<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I request that line 1832:<br>
<ul>
<li>typestr = typestr[:2]</li>
</ul>
in the fromarray() function of the PIL 1.1.6 Image.py module be changed
to:<br>
<ul>
<li>typestr = typestr[1:]</li>
</ul>
to address the problem previously documented at:<br>
<ul>
<li><a class="moz-txt-link-freetext" href="http://projects.scipy.org/pipermail/numpy-discussion/2006-December/024903.html">http://projects.scipy.org/pipermail/numpy-discussion/2006-December/024903.html</a></li>
</ul>
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.<br>
<br>
Thanks,<br>
-- jv<br>
</body>
</html>