Jeong gi-dong
Jeong gi-dong

Reputation: 3

How can I change each pixel's RGB value on bitmap image with python?

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

Answers (1)

PaleNeutron
PaleNeutron

Reputation: 3235

The module you are looking for is Pillow

Upvotes: 1

Related Questions