Re: [Image-SIG] Color problems with larger images

2008-07-10 Thread Eric O'Donnell
I'm actually using PIL to create a DIB that I draw to a printer device context to print an image. I get the same colour distortion on the print. I've had a further look at the palette. When I call the query_palette* method on the ImageWindow dib, the return value is -1, indicating that the image

Re: [Image-SIG] Color problems with larger images

2008-07-10 Thread Florian Höch
Yes, I can reproduce this using your example. Seems to happen only to images larger than real screen estate and looks like some kind of "palettization" (is that even a word?) error. But I think it's only a problem of ImageWin, not PIL in general. If you want to simply display the image, maybe i