[Image-SIG] going between numpy array and PIL.Image not behaving as expected -- how to report a bug ?
Jim Vickroy
Jim.Vickroy at noaa.gov
Fri Nov 21 23:53:11 CET 2008
Christopher Barker wrote:
> Jim Vickroy wrote:
>> Ned Batchelder wrote:
>>> Yes, it definitely looks like a bug in fromarray. typestr is '<i4'
>>> in my environment, and the check against typestr[1:] seems to
>>> recognize this. The line
>>>
>>> typestr = typestr[:2]
>>>
>>> should change, perhaps to:
>>>
>>> typestr = typestr[-2:]
>>>
>>> --Ned.
>>> http://nedbatchelder.com
>> OK, I have been wandering around http://www.pythonware.com/ for a
>> while and have somehow missed the URL for bug reporting. Could
>> someone point me in the right direction?
>
> I think this list may be as good as it gets for posting bug
> reports/patches. However that code was written by the numpy folks --
> it would be a good idea to post this on the numpy list.
Thanks, I will do that.
>
> -Chris
>
>
>
More information about the Image-SIG
mailing list