improper image header for gif loop

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
freshfey
Posts: 2
Joined: 2016-09-17T06:22:57-07:00
Authentication code: 1151

improper image header for gif loop

Post by freshfey »

I've tried adding a loop to multiple files in a folder, starting like this:

convert ab-rollout-1.gif -loop 0 ab-rollout-1.gif

but I keep getting an error

convert: improper image header `ab-rollout-1.gif' @ error/gif.c/ReadGIFImage/1020.
convert: no images defined `ab-rollout-1.gif' @ error/convert.c/ConvertImageCommand/3257.

All of these images have been converted/edited with ImageMagick, so I'm not sure what's going wrong here.

I opened a Github issue, but I think this is the better place for the question, sorry for that.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: improper image header for gif loop

Post by dlemstra »

We respond on both places. Can you reply to my github questions?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
freshfey
Posts: 2
Joined: 2016-09-17T06:22:57-07:00
Authentication code: 1151

Re: improper image header for gif loop

Post by freshfey »

Perfect!

For the rest who want to follow: https://github.com/ImageMagick/ImageMagick/issues/274
Post Reply