[Image-SIG] Pasting with pixmaps broken in 1.0 final?

Fredrik Lundh fredrik@pythonware.com
Thu, 2 Dec 1999 02:08:24 +0100


Robert Kern <kern@its.caltech.edu> wrote:
> Under 1.0b1, the image is a square gradient going from red to green on a
> red background.  Under 1.0 final, the image has the left half of the
> gradient the same as previous, but the right half is a solid light blue,
> no gradient at all.
> 
> Something in ImagingFill2 perhaps?

I can repeat the problem it on other platforms, so
I guess I cannot blame your compiler ;-)

it's probably a signed/unsigned problem.  I'll look
into it as soon as I find some time to spare.

</F>