After having a quick look in coders/gif.c I found the following that appears to clear the output interlace option if we're adjoining (which we should be, for a multi-frame GIF), and the first frame isn't NULL (which it shouldn't be if the input GIF is valid):
I'm happy to file PR for this however I don't understand the full implications of doing this. Is there a particular reason why interlacing would need to be disabled under the above conditions?
Prerequisites
Description
The
-interlace
CLI option does not appear to work with GIFs, either with-interlace line
or-interlace gif
.Steps to Reproduce
Begin with a non-interlaced GIF:
Use
mogrify
to add interlacing:The command terminates successfully, but the GIF is not interlaced:
The same issue is seen with
convert
.System Configuration
The text was updated successfully, but these errors were encountered: