Problem in displaying an image after a GIF

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Problem in displaying an image after a GIF

Post by naoliv »

Hi!

We have received a bug report (http://bugs.debian.org/558046) about display crashing after first displaying a GIF image.
To reproduce (tested on ImageMagick 6.5.7-8):

Code: Select all

display jacob.gif jacob.png
then press the space bar to switch to the next image. display will quit without displaying the next one (it works with any image after the GIF).

Files are available at:
http://people.debian.org/~naoliv/misc/i ... /jacob.gif
http://people.debian.org/~naoliv/misc/i ... /jacob.png

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem in displaying an image after a GIF

Post by magick »

We can reproduce the problem you posted and will have a patch in the next point release. In the mean-time, this fixes the problem:
  • display -loop 0 jacob.gif jacob.png
Post Reply