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:
> identify -verbose test.gif | grep Interlace
Interlace: None
Interlace: None
Interlace: None
Interlace: None
Use mogrify to add interlacing:
> mogrify -verbose -interlace gif test.gif
The command terminates successfully, but the GIF is not interlaced:
> identify -verbose test.gif | grep Interlace
Interlace: None
Interlace: None
Interlace: None
Interlace: None
The same issue is seen with convert.
System Configuration
- ImageMagick version: ImageMagick 7.0.10-30 Q16 x86_64 2020-09-13
- Environment (Operating system, version and so on): WSL - Ubuntu 20.04.1 LTS
Prerequisites
Description
The
-interlaceCLI option does not appear to work with GIFs, either with-interlace lineor-interlace gif.Steps to Reproduce
Begin with a non-interlaced GIF:
Use
mogrifyto add interlacing:The command terminates successfully, but the GIF is not interlaced:
The same issue is seen with
convert.System Configuration