I request that line 1832:

   * typestr = typestr[:2]

in the fromarray() function of the PIL 1.1.6 Image.py module be changed to:

   * typestr = typestr[1:]

to address the problem previously documented at:

   * 
http://projects.scipy.org/pipermail/numpy-discussion/2006-December/024903.html

Robert Kern and Travis Oliphant (numpy) suggested that I submit this change request to the PIL list since the numpy developers do not have PIL CVS privileges.

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

Reply via email to