+ 3
how can i get the color in a *.png using python?
I need to know the color in one point like(330,1150),how can i do? thanks.
4 ответов
+ 6
Pillow library should do the thing you want:
http://pillow.readthedocs.io/en/5.1.x/handbook/image-file-formats.html
+ 4
Thank you
+ 3
Thank you all, I solved my problem by your help.
+ 2
I think you could do it with just PIL. numpy might also be helpful since you can store every pixels rgb values into a list