Re: Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
Markus Mayer schrieb: > Okay, for the* tip, here we go: *2nd tip that is. I need some sleep. -- PGP/GPG key 0x2EB39BF9 -- http://mail.python.org/mailman/listinfo/python-list

Re: Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
Steve Holden schrieb: > [EMAIL PROTECTED] wrote: > From > > http://www.pythonware.com/products/pil/ > > """ > You can join the Image SIG via python.org's subscription page, or by > sending a mail to [EMAIL PROTECTED] Put subscribe in the > message body to automatically subscribe to the list, or

Re: Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
[EMAIL PROTECTED] schrieb: > Markus Mayer: >> Any idea where I should send this (and/or more) information to? > > You can send your note and and image to effbot. > You can also put an image online somewhere and give here the link (a > small image, to avoid saturating your server, etc) so people ca

Re: Bug in PIL 1.1.6

2008-11-11 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Markus Mayer: >> Any idea where I should send this (and/or more) information to? > > You can send your note and and image to effbot. > You can also put an image online somewhere and give here the link (a > small image, to avoid saturating your server, etc) so people can

Re: Bug in PIL 1.1.6

2008-11-11 Thread bearophileHUGS
Markus Mayer: > Any idea where I should send this (and/or more) information to? You can send your note and and image to effbot. You can also put an image online somewhere and give here the link (a small image, to avoid saturating your server, etc) so people can test it. Bye, bearophile -- http://

Bug in PIL 1.1.6

2008-11-11 Thread Markus Mayer
Hi again. I seem to have stumbled over a bug in PIL 1.1.6's ImageQt module. It has problems with _some_ GIFs, which appear sheared after the conversion. Seems to be a scanline length problem or something. > ImageQt(Image.open(specific_gif_file)) displayed using a PyQt4 painter. Any idea