Editable Bézier Strokes from Line Art
Import raster line art and receive editable Bézier strokes that preserve intersections, line width, and flow.
When illustrators receive a scanned sketch, an old comic bitmap, or low-resolution generated line art, standard tracing tools often turn a single stroke into two outer contours. At high zoom, intersections fuse into a mess, and changes in line width become difficult to edit. After dropping an image into the plugin, users see a centerline preview overlaid on the original and can remove noise stroke by stroke or specify whether two lines connect.
The plugin identifies ink direction, intersection order, and width variation, then reconstructs each line as a Bézier curve with usable control points. When a user moves a corner point, nearby curves retain their original flow. To thicken a line or turn it into a dashed line, they edit one stroke rather than painstakingly patching the space between two edges.
Users can export SVG, native paths for drawing software, or brush trajectories carrying pressure information. Intersections retain which stroke sits above the other, making the result suitable for stroke animation, font strokes, or large-format printing. Before export, a comparison view flags low-confidence breaks and occluded areas so users can decide where to repair lines manually.
The early release focuses on black-and-white or limited-color line art, prioritizing pen, marker, and clean scans. Watercolor bleeds, complex shading, and automatic coloring are out of scope for the first release, avoiding the trap of turning “editable strokes” back into a merely polished-looking image.
Why now
On July 16, 2026, Disney Research Studios published a new method for fitting raster line art into Bézier strokes, providing new support for jointly optimizing centerlines, stroke decomposition, and appearance. S1 As observed on August 16, 2026, the paper ranked 12th on Hacker News with 60 points and 4 comments, indicating that the approach has just entered developer discussion. S2
Target user
Illustrators, comic restorers, and type designers who need to keep editing their lines. They have just received a scan, an old bitmap, or low-resolution generated line art and need to enlarge it for print, change line width, or create stroke animation. At that point, the double contours produced by ordinary tracing immediately add cleanup work. Users who only need a reduced-size display image or a one-off output usually do not need this tool.
Minimal entry point
Start as an Inkscape extension or standalone panel, limited to high-contrast black-and-white line art. Use libautotrace to establish a centerline baseline, then organize branch points into an editable skeleton graph. S4 Fit each skeleton segment with cubic Bézier curves and overlay the preview on the source image. For now, users select over-under relationships at intersections; do not promise automatic inference. Derive line width from local ink width as a separate attribute. The first version exports only standard SVG paths plus width data. Defer native drawing formats and pressure trajectories to avoid locking into host formats too early.
Punching above its weight
Reach early users through the Inkscape extension community, digital-art forums, and print prepress groups. Publish downloadable before-and-after examples that highlight intersections, width variation, and node counts at high magnification. Then offer a free single-image trial so users can upload their own failed tracing attempts. With permission, these examples can become a public test set while continually revealing the most common break and merge patterns.
Competitors & gaps
- Adobe Illustrator Image TraceGoogle
- Illustrator’s Image Trace converts raster images into editable vectors and offers black-and-white, outline, fill, and stroke options. S3 It works well for logos, flat-color artwork, and quick tracing of general line art. Its stroke mode is still constrained by settings such as maximum stroke width. Complex intersections usually need node cleanup after expansion. It does not present each ink mark as an independent stroke for review, nor does it show confidence signals for breaks, merges, or connection relationships. The opportunity is not to replace a full vector editor, but to provide a dedicated centerline-review workflow. The exported result can still return to Illustrator for layout, coloring, and final refinement.
- Inkscape Centerline Trace / AutoTraceGoogle
- AutoTrace already supports outline and centerline tracing and can export SVG, AI, DXF, and other formats. S4 The Inkscape ecosystem includes centerline-tracing solutions built on it. It addresses the double-edge problem created by conventional tracing. Existing workflows mainly rely on binarization, denoising, and spline fitting, and output quality can suffer from scan noise and complex intersections. Users generally adjust global parameters, then clean up the result on the canvas. There is no per-stroke connection-confirmation workflow tailored to illustration strokes, nor a unified review interface for occlusion order, variable width, and low-confidence areas. The product gap is turning algorithmic output into reviewable stroke objects rather than offering another batch-processing command.
How it makes money
Charge a one-time fee per plugin seat, including updates through one major-version cycle. Put batch processing, native-format export, and commercial team licensing in a Pro tier.
The case against
A wrong connection at an intersection can damage the structure of an eye, a strand of hair, or a glyph. Users must check each case, and the time saved on tracing may be consumed by review. Scan shadows, paper texture, and broken ink can create many short segments. Unstable variable-width estimates can produce abrupt bulges after a control point is moved. Host applications also represent width profiles and brush data differently. SVG-only export is easy to build but may not preserve users’ existing workflows. If the algorithm handles only exceptionally clean line art, target users may simply redraw it faster. Before investing further, compare total manual-cleanup time on real artwork.