[Image-SIG] PIL 1.1.6 patch submission for numpy interface
Jim Vickroy
Jim.Vickroy at noaa.gov
Mon Nov 24 19:35:46 CET 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/image-sig/attachments/20081124/796af9e1/attachment.htm>
More information about the Image-SIG
mailing list