Tagged Questions
3
votes
1answer
346 views
Normalize histogram (brightness and contrast) of a set of images using Python Image Library (PIL)
I have a script which uses Google Maps API to download a sequence of equal-sized square satellite images and generates a PDF. The images need to be rotated beforehand, and I already do so using PIL.
...
2
votes
4answers
1k views
How to Make an Image Uniform Brightness (using Python/PIL)
I want to take an image of a document that was photographed and make it look like it was scanned. Since a scanner will put a constant light source over the whole document, I want to achieve that ...