To turn a photo into a line drawing, extract the edges and throw away everything else. Start with a clear subject lit from the side, crop tight to it, then run edge extraction and tune how much detail survives. Photoshop, Illustrator, a free browser tool, and a dedicated app will all do it. The photo you pick matters more than the tool you pick.
That last sentence is the part nobody says, so it is worth starting with what goes wrong. Almost every disappointing conversion fails for reasons that were already baked into the photograph before any software touched it.
What a line drawing actually is
A line drawing describes a subject with lines and nothing else. No gradient, no wash, no gray. Contour drawing is the tradition it comes from, and the distinction it makes is useful here: an outline is the border between a subject and the space around it, while a contour carries form, weight, and mass, so it runs inside the shape as well as around it. A good conversion gives you contours. A weak one gives you a silhouette with some noise attached.
This also tells you what a line drawing is not. It is not a pencil sketch effect. Those are tonal, built from soft graphite shading across the whole frame, and they look lovely on screen. But you cannot trace one, print one as a coloring page, or cut one as a stencil, because there are no discrete lines in it to follow. Decide which of the two you want before you open anything, because the methods diverge immediately.
Why most conversions come out as noise
Edge detection has no taste. It finds places where brightness changes sharply and marks them, and it cannot tell the difference between the edge of a jaw and the edge of a leaf on a tree forty meters behind it. Three things reliably ruin the result.
A busy background. Every branch, brick, and bystander is an edge, and they all get drawn at the same weight as your subject. The drawing ends up as a thicket with a person somewhere inside it.
Flat or dim light. Light is what separates one plane from another. Under flat overcast light or a dim indoor bulb, the planes of a face have almost the same brightness, so the detector has nothing to find and returns a few weak fragments instead of a face.
Grain and compression. Sensor noise and JPEG artifacts are tiny, high-contrast brightness changes. That is exactly the definition of an edge, so a heavily compressed or high-ISO photo gets read as detail and comes back speckled.
Fix the photograph before you fix the settings
The fixes are unglamorous and they work better than any slider.
Choose a subject that separates from its background. Portraits, pets, buildings, and product shots all convert well because there is a clear figure and a quiet ground. Choose strong directional light, from the side or from above, since that is what carves planes into visible steps. Crop tight before converting, not after, so the background stops competing for the detector’s attention. If the background still fights you, remove it first and convert the subject alone.
Then, in whichever tool you use, increase the smoothing. Blur is not the enemy of line art. Blur is how you tell the software which scale of detail you care about, and every serious line extraction method has a smoothing control at its heart for exactly that reason.
Method 1: the Photoshop color dodge recipe
This is the classic, and Adobe publishes it themselves. Desaturate the image, duplicate the layer, invert the duplicate, set its blend mode to Color Dodge, convert it to a Smart Object, and apply a Gaussian Blur. Adobe’s own guide to turning photos into pencil sketches notes that the blur radius is the whole control: “A lower setting will approximate the look of charcoal, while a higher one will get you closer and closer to a fine-lined pencil or pen.”
Know what you are getting. This is a tonal effect, not line extraction. It gives you soft graphite shading that reads as a drawing at a glance and falls apart the moment you need discrete lines to follow. It is the right recipe for a portrait you are going to print and frame. It is the wrong one for a stencil.
Method 2: the one-click Photoshop filters
Filter, then Stylize, then Find Edges gives you a rough outline in a single step. Filter Gallery, then Sketch, then Photocopy gives you a higher-contrast, blotchier version of the same idea.
Both are fast and both are crude. Neither gives you meaningful control over which edges qualify, so on anything busier than a simple object you get the noise problem in its purest form. Treat them as a way to see in two seconds whether a photo has any chance at all, not as a finishing method.
Method 3: Illustrator Image Trace, for vector line art
If you need the result as vectors, for a plotter, a cutting machine, or a logo, this is the route. In Adobe Illustrator, use File, then Place to bring the image in, open Window, then Image Trace, pick a preset such as Line Art or Sketched Art, and adjust the options until it looks right.
Then do the step everyone forgets: press Expand. Until you expand, the tracing result is a live preview object, not editable paths, and a lot of people assume the preview already is a vector and wonder why nothing is selectable. After expanding, delete the traced white background shape, which is almost always sitting behind the lines as a filled rectangle you do not want.
Method 4: free converters on the web
There is a persistent claim in this category that every free alternative quietly uploads your photos. It is not true, and the field is worth describing accurately.
MakeLineArt is genuinely client side. Its own page states that all processing happens locally in the browser using WebAssembly and that images are never transmitted to any server. There is no signup, no watermark, and no premium tier, and it does not claim to use AI. It works with adaptive thresholding, bilateral filtering, and edge detection, which is the same family of techniques the desktop methods above use.
ColorBliss is the opposite model and equally upfront about it. It is AI based, so the work happens on its servers, it requires an account, and it runs on monthly credits, with the Hobby tier giving 500 credits a month for $12 per month. There is no watermark on any plan, but free and Hobby output is licensed for personal use only, with commercial rights on the paid tiers above it. Other free web converters in the space include iColoring.ai, Image to Outline, Fotor, and DataChef.
The part of the category that genuinely earns its reputation is the app stores, where the common complaints are a full-screen ad after every action, a watermark you pay to remove, deliberately low-resolution free output, and a paywall on features you cannot test before buying. That is a real pattern, and it is a business model choice rather than a technical necessity.
The technique underneath the good tools
Tunable line extraction has a well-studied basis. The reference work is XDoG: An eXtended difference-of-Gaussians compendium including advanced image stylization, by Holger Winnemöller, Jan Eric Kyprianidis, and Sven C. Olsen, published in Computers & Graphics, volume 36, issue 6, in 2012. It takes the difference-of-Gaussians operator, which finds edges by subtracting one blurred copy of an image from a slightly more blurred copy, and shows how far it can be pushed stylistically, covering pencil-shading, pastel, hatching, and woodcut among others.
The practical lesson from that literature is the one from the last section restated mathematically: the two blur radii are the controls that matter, because the difference between them is what decides which scale of detail counts as an edge. Tools that expose that decision give you good line art. Tools that hide it behind a single Convert button give you whatever they guessed.
An edge map is not yet a drawing
Here is the gap that separates a filter from a drawing, and it is the reason most conversions look mechanical even when the edges are correct.
Edge detection returns a per-pixel verdict: this pixel is on an edge, that one is not. What comes out is a map. A drawing is not a map. It is made of strokes, and a stroke has a beginning, an end, a direction, a weight, and an order relative to the strokes around it. When you draw, you also rank: you commit to the jawline first and the third fold of the sleeve maybe never. That ranking is most of what makes a drawing look drawn.
So the good question to ask a tool is not “does it find edges” but “does it draw them.” A filter converts brightness into gray. A drawing tool picks lines, decides how many of them are worth putting down, and then lays each one on paper with an instrument that behaves like a real one. The same distinction shows up whenever a photo is converted honestly into another medium, including when you turn a photo into pixel art: the question is always whether the result is your actual image rebuilt, or a plausible new picture invented to resemble it.
When an outline is not enough: hatching
Sometimes contours alone read as flat, particularly on faces and on anything with a soft form. The traditional fix is not shading with gray, it is hatching, which builds tone out of closely spaced parallel lines, and cross-hatching, which layers them at different angles for darker values. Density does the work: the quantity, thickness, and spacing of the lines set how dark a passage reads.
Hatching keeps a drawing a line drawing while giving it volume, which is why every printmaking tradition from engraving to etching is built on it. If you are heading toward a painting rather than a print, the same reasoning applies to planning your values, which is what a value study before you paint is for.
Doing it in Skisa
Skisa is built for exactly this job and nothing else. It draws a photograph as line art, on your device, with no AI backend, so the photo never leaves your phone.
The flow is short. Open the app, pick a photo from your library or take one, and the drawing appears as soon as the photo loads, so you are shaping a drawing from the first second rather than waiting for one. Then you make four decisions.
The instrument. Nine of them, and each behaves like the real object rather than like a texture preset. A fineliner lays an even, faithful line. A ballpoint skips, then blobs where the ball picks its film back up, and can never taper, because a ball is one fixed diameter. A pencil tapers at both ends and wavers slightly. A marker is blunt and opaque and does not feel the paper at all. Charcoal is few, heavy, smudged marks. Silverpoint is the pale metal line Leonardo da Vinci and Albrecht Dürer drew with, and it physically cannot go dark. A quill carries a finite load of ink, so a long stroke dries out along its own travel, and its cut nib changes width with the direction the stroke is traveling.
The paper. Six sheets, and the grain is real rather than printed on top. Hot press has a fine even tooth, kraft is fibrous brown, toned gray is the sheet made for charcoal where the paper itself is the midtone, black is the ground where you draw the light instead of the dark, blueprint is drafting blue with its grid, and plain is the printer’s sheet you export when the drawing is going to be traced. Pick a dark sheet and the app hands you white chalk instead of graphite, because a dark line on a dark ground is an invisible drawing.
The sliders. Detail decides how many of the found lines get drawn, most important first, so you are adding and removing whole lines rather than fading an image in and out. Thickness sets the weight. Looseness runs from a ruled line to a searching one, with faint exploratory passes appearing underneath at the loose end. Continuity splices broken fragments back together, so a jawline interrupted by a shadow comes back as one contour instead of three pieces.
The shading. Six printmaking techniques, each with its own physics. Stipple builds tone from dots whose spacing and diameter both track the value. Etching is the needle’s constant-width crosshatch. Chalk runs its strokes across the form so they model it. Burin is the engraver’s cut, where tone comes from the line swelling rather than from spacing. Aquatint bites its tone in flat plateaus. Mezzotint works the other way round entirely, starting from solid black and burnishing the lights back out of it.
Export gives you a JPEG, or a PNG with a transparent background and nothing behind the lines. What you see is what you get by design: the preview and the exported file draw the same ranked list of strokes, only at a different scale, so the saved drawing matches the screen. The export size is a ceiling and never an enlargement, so Skisa will not blow a photo up past its own resolution.
The free version is a real tool. It includes six instruments, all six papers, three shading techniques, every slider, the curated ink colors and sheet tints, and transparent PNG export. Skisa Premium is a one-time purchase, with no subscription, no ads, and no watermark on either tier. It adds three more instruments, three more shading techniques, any ink or sheet color mixed yourself, saved templates you can drop onto the next photo, unlimited sketches, and full-resolution export. Skisa runs on iPhone, iPad, and Mac and on Android, in 17 languages, and one purchase unlocks Premium on every device signed into the same store account.
What the drawing is for
A line drawing is rarely the finished thing. It is usually the start of something physical.
Print it as a coloring page, at whatever detail level suits the hands that will color it. Use it as a tattoo stencil, exported on a transparent background and ready to transfer. Lay it under a painting as an underdrawing, or transfer it to canvas with a grid, a lightbox, or transfer paper. Cut it as a craft template or send it to a plotter.
In every one of those cases the test is the same, and it is not whether the image looks good on a phone screen. It is whether the lines are clean enough, and controlled enough, to actually work from. Start with the right photograph, crop tight, control how much detail survives, and you will get there with any of the methods above. Or open Skisa and watch the drawing change under your thumb until it is the one you wanted.