I want to know how to convert (using Python) an image into a hole-pattern grid image, like this:
I want to generate a resulting image like the one as shown there in the preview made with holes - filled circles.
I want to know how to convert (using Python) an image into a hole-pattern grid image, like this:
I want to generate a resulting image like the one as shown there in the preview made with holes - filled circles.
This is a referred to as Halftone (dotted) i think. Here's a related Thread which talks about image processing: Halftone Images In Python
Seems like somebody already wrote something in python referring to that linked thread here is the git: https://github.com/philgyford/python-halftone