Reputation: 3
I want to read each pixel's RGB value and change it on bitmap image. How can I do it with python? What library should I use?
Upvotes: 0
Views: 721
Reputation: 3235
The module you are looking for is Pillow
Upvotes: 1