colors of GIF images

Michele Simionato mis6 at pitt.edu
Sat Dec 7 09:33:00 EST 2002


Given a GIF image, for each pixel I would like to estract a tuple (x,y,c) 
where x and y are the pixel coordinates and c is the pixel color.
How can I do that ? Speed is not an issue, I only need it for small images.
I guess I need PIL, or maybe I can go without PIL (which would be preferable).
Any suggestion ? TIA,

                    Michele



More information about the Python-list mailing list