Page 1 of 1

Problem in displaying an image after a GIF

Posted: 2009-11-26T05:35:11-07:00
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!

Re: Problem in displaying an image after a GIF

Posted: 2009-11-26T07:15:09-07:00
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