Using Processing to Recreate an Image
in
Programming Questions
•
2 years ago
I was hoping to get some direction as to what to code to investigate in so that I can complete a project I thought of.
I want to simplify an image to small circles of color, based upon the majority of pixels of a certain color value.
Ideally, the size of the circle would reflect the number of pixels, so larger areas of similar colors would have larger circles of that collective value.
The intent of this would be to reflect Seurat's pointillism technique with a reinterpretations. The images used would actually be of Seurat's work.
Feel free to let me know if this project is too advanced for an amateur like myself.
Thanks!
I want to simplify an image to small circles of color, based upon the majority of pixels of a certain color value.
Ideally, the size of the circle would reflect the number of pixels, so larger areas of similar colors would have larger circles of that collective value.
The intent of this would be to reflect Seurat's pointillism technique with a reinterpretations. The images used would actually be of Seurat's work.
Feel free to let me know if this project is too advanced for an amateur like myself.
Thanks!
1