Image manipulation

markotaht at gmail.com markotaht at gmail.com
Sun Oct 6 09:19:48 EDT 2013


Image consists of pixels. Each pixel has its RGBA values. In python whidout any extra downloadable modules, is there a way to get those values. I know PIG has it but i hav Python 3.3.2 so PIG wont do. In java under swingx there is a command called .getRGB() and whit some manipulation to that value i can get the R G B and A. Is there something similar in python?




More information about the Python-list mailing list