Bresen-scan (image vectoriser)

The vectoriser is back and new and improved. Using a Bresenham algorithm scanner I have adapted the code to scan for all the lines that could possibly exist in an image. The program moves pixel to pixel scanning for connecting lines in the same colour and draws them if an unbroken path is found. Below are a selection of pdfs generated from this application and a source code package with test images to run at home.

Be advised that the 64x64 image crashes my machine when it is loaded into Illustrator. I would recomend a machine that can compete with a G5 before editing images that big. Currently the program does not yet acount for a shorter line on the same path. If I find the time to resolve this I will.

Source code package

Delta

Aleph

Processing logo