1
vote
3answers
321 views
Generating an image thumbnail that is <10KB and did not lose proportions
Notice how for every image that google indexes it has a small thumbnail.
These thumbnails are:
Less than 10K …
1
vote
3answers
126 views
Cleaning an image to only black
I have an image.
I would like to go over that image, pixel by pixel, and any pixel that is not black should be turned to white. How do I do this?
(Python).
Thanks!
…
