Skip to content

GIF interlace option not working #2560

Description

@peterdn

Prerequisites

  • I have written a descriptive issue
  • I have verified that I am using the latest version of ImageMagick
  • I have searched open and closed issues to ensure it has not already been reported

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions