Hello, here is an issue with PIL 1.1.6 on a Windows XP platform:

import Image
im = Image.open( 'pil-1.1.6-Image-getcolors.png' )
im.show()  # Displays the image correctly.
print im.getcolors()  # Bug: displays "None".

I am happy to send the attached png to anyone interested, in case it is 
filtered out by the mailing list server.

Best regards,

Guillaume Lathoud



      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

<<attachment: pil-1.1.6-Image-getcolors.png>>

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to