[Solved] convert delay error
Posted: 2018-03-01T21:06:16-07:00
Hi, I have been trying to edit the delay on frames within an animated gif. There are 276 frames in the gif. I've been using the following command: which has worked for me fine in the past however now I am getting the following error...
Any idea what might be going wrong? I am running MacOS 10.13.1 and using ImageMagick 7.0.7-24 Q16 x86_64.
Cheers,
Locks.
Code: Select all
convert -delay 15x100 input.gif output.gif
Code: Select all
convert: corrupt image `input.gif' @ error/gif.c/DecodeImage/505.
convert: corrupt image `input.gif' @ error/gif.c/ReadGIFImage/1365.
convert: no images defined `output.gif' @ error/convert.c/ConvertImageCommand/3275.
Cheers,
Locks.