I'm using ImageMagick 6.9.7.4 on Ubuntu 17:10. I'm trying to convert a folder full of .gifs to .apng files. I'm doing this by running
. However, when I run this I get the following error:
Code: Select all
mogrify-im6.q16: unable to open image `apng:': No such file or directory @ error/blob.c/OpenBlob/2701.
mogrify-im6.q16: unrecognized image format `apng' @ error/mogrify.c/MogrifyImageCommand/4927.
If I choose any other format it works, and also if I use the convert command to convert one file. Is this an error with mogrify?