Back to all Bounties
Earn 9,000 ($90.00)
due 3 months ago
Open
Image of handwriting to Single Stroke SVG file
GamblingGlobeTrotter
Details
Applications
6
Discussion
Bounty Description
Problem Description
Take a normal image of handwriting on a white background such as
https://blogs.naicholas.duke.edu/outdoordevil/why-you-should-write-a-handwritten-letter-to-your-legislator/ and produce an SVG file of the image with each letter being only a single stroke wide.
Acceptance Criteria
A python program that takes a jpg or png white background image of handwriting and produces an SVG of that writing
Technical Details
Manually you can increase the contrast and convert to black and white. Then convert to a bitmap and do a centerline trace and convert to SVG. Photoshop and adobe illustrator combined make this work. I want this process automated with python