Matthew Mack
Matthew Mack
It just occurred to me before starting this issue that if I have a folder with sample/example images, I can definitely code up a bunch of tests to make sure...
It finally clicked for me why I was so annoyed about having two separate scripts despite both of them using the same 'canvas' for drawing to PNG files so I...
Having an SVG output would enable for more flexibility in terms of image scaling, and would prevent the user from having to increase the size of the image before stippling...
Posturising is basically simplifying an image into fewer colours, then what one can do is split apart the image, apply stippling + TSP onto individual colours, then putting the image...
* "Like using hue only as the stroke colour, and make the stroke width inversely proportional to its lightness." * Depending on whether or not you want to posterise, you...
* Preprocessing suggestions * Warnings, gotchas e.g. grainy images, noise, etc. * Post processing suggestions