Bug in PIL 1.1.6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Markus Mayer

    Bug in PIL 1.1.6

    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.o pen(specific_gi f_file)) displayed using a PyQt4 painter.
    Any idea where I should send this (and/or more) information to?
    Best regards,
    Markus

    --
    PGP/GPG key 0x2EB39BF9
  • bearophileHUGS@lycos.com

    #2
    Re: Bug in PIL 1.1.6

    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

    Comment

    • Steve Holden

      #3
      Re: Bug in PIL 1.1.6

      bearophileHUGS@ lycos.com 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 test
      it.
      >
      From



      """
      You can join the Image SIG via python.org's subscription page, or by
      sending a mail to image-sig-request@python. org. Put subscribe in the
      message body to automatically subscribe to the list, or help to get
      additional information.
      """

      regards
      Steve
      --
      Steve Holden +1 571 484 6266 +1 800 494 3119
      Holden Web LLC http://www.holdenweb.com/

      Comment

      • Markus Mayer

        #4
        Re: Bug in PIL 1.1.6

        bearophileHUGS@ lycos.com 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 can test
        it.
        Okay, for the tip, here we go:

        I included a small test case that shows this behavior.

        Regards,
        Markus

        --
        PGP/GPG key 0x2EB39BF9

        Comment

        • Markus Mayer

          #5
          Re: Bug in PIL 1.1.6

          Markus Mayer schrieb:
          Okay, for the* tip, here we go:
          *2nd tip that is.
          I need some sleep.

          --
          PGP/GPG key 0x2EB39BF9

          Comment

          • Markus Mayer

            #6
            Re: Bug in PIL 1.1.6

            Steve Holden schrieb:
            bearophileHUGS@ lycos.com wrote:
            From
            >

            >
            """
            You can join the Image SIG via python.org's subscription page, or by
            sending a mail to image-sig-request@python. org. Put subscribe in the
            message body to automatically subscribe to the list, or help to get
            additional information.
            """
            Hum, I was hoping I could avoid that. :/ (The list, of course)

            Markus

            --
            PGP/GPG key 0x2EB39BF9

            Comment

            Working...