True Sobel gradient detection
The filter measures brightness change in both directions and keeps the magnitude, so it draws real structural edges rather than a naive high-contrast outline.
Trace the outlines of any photo into clean black-and-white line art.
Loading tool…
The tool is loading its code on your device. This happens once and is cached for later visits.
Processed entirely on your device
Overview
Detect edges in an image with a Sobel filter that turns any photo into crisp outlines on a white field. Runs on your device — nothing is uploaded.
The Sobel operator looks at a 3×3 window around every pixel and estimates how quickly brightness changes horizontally and vertically. Where the image is flat, both gradients are near zero and the output stays white. Where there is a strong boundary, the combined gradient magnitude is high and a dark line appears.
Edge maps are the starting point for many workflows: tracing a photo into vector paths, preparing artwork for engraving or cutting, creating technical-looking diagrams, or producing a colouring-page outline from a picture. Because the output is clean black on white, it is easy to threshold or vectorise further.
Edges follow contrast, so images with clear separation between subject and background trace best. Soft, low-contrast photos give faint results; running a contrast or sharpen pass first strengthens the boundaries before you detect them.
The gradient convolution happens on an in-browser canvas at full resolution and is exported as a lossless PNG, keeping your source private and the lines crisp.
Step by step
Drop an image with defined shapes onto the upload area.
The Sobel edge map renders instantly as outlines on white.
High-contrast subjects give the cleanest lines.
Download the edge-detected PNG, ideal as a tracing or vector base.
Why use it
What this tool is good for, and what it deliberately does not try to do.
The filter measures brightness change in both directions and keeps the magnitude, so it draws real structural edges rather than a naive high-contrast outline.
Clean line art is exactly what you want before vectorising, engraving, laser-cutting or turning a photo into a colouring-page style drawing.
The gradient pass runs on an in-browser canvas and exports PNG, so even sensitive images are processed without any upload.
Questions
Short, honest answers about quality, limits and privacy.