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
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
[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
[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
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://
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