Skip to content

Add tests that check whether the input matches the output image data #12

@dloebl

Description

@dloebl

As of now our tests only check whether the resulting file is a valid GIF image.
However, we should add tests that check whether the input image data matches the output image data.
To achieve this, we would need to pass the GIF image created to an actual GIF decoder.

Steps:

  1. Find a common, well-tested decoder (e.g. ImageMagick might be an option)
  2. Add a compare routine to all current tests (Note: multi-frame / transparent GIFs might be tricky)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions