Test suite for GIF containing images using rarely used features
Asked Answered
B

4

13

The specifications (plural, since there are versions 87a and 89a) of the GIF graphics format are easy to find in the internet (for those who don't want to google:

As you can see in the specification GIF has support for some features that I have never seen used; I only want to give two examples (for simplicity from GIF 89a): - Plaintext extension: on http://www.vias.org/pngguide/chapter11_15.html there is a little bit more detailed documentation - Pixel Aspect Ratio: see section 18. Logical Screen Descriptor. of GIF 89a specification

On the other hand, for PNG there seem to be lots of test images available: http://www.libpng.org/pub/png/pngmisc.html (scroll down); the most common one is the official PNG test suite http://www.schaik.com/pngsuite/ that is also mirrored at http://www.libpng.org/pub/png/pngsuite.html.

What I am looking for is a test suite of GIF images that also/especially contains images using features that are rarely used or often implemented in a wrong way.

The best results that I could find in the internet are the following:

So I could find nothing fullfilling the above stated criterion of a test suite of GIF images also/especially containing features that are rarely used or often implemented in a wrong way.

So: do you know of such a test suite?

Barber answered 1/2, 2011 at 17:49 Comment(0)
A
7

I was searching for the same thing and came across this page:

http://code.google.com/p/imagetestsuite/

It contains test suites for PNG/GIF/JPEG/TIFF created so that they try to achieve maximum amount of code coverage with the least amount of images based on the open source decoder code-bases. The idea seems good, but I have not yet had time to check out the actual images.

Aleppo answered 19/7, 2011 at 13:17 Comment(1)
Seems interesting. Nevertheless: while the PNG and TIFF test suites seem to be documented properly, there is no documentation to be found concerning the GIF and the JPEG testsuites. So I should probably try to contact the project owner...Barber
C
3

I found this question and didn't find anything comprehensive that I could use. So I wrote PyGIF and made it generate a test suite of GIF images.

Cystic answered 30/11, 2018 at 0:54 Comment(0)
J
2

Gifsicle is pushing Gif to its limits. I've got an image that exposes decoding bug in OS X.

Joaquin answered 4/4, 2012 at 8:25 Comment(0)
B
1

I maintain a collection of test images for several file formats here:

https://github.com/drewnoakes/metadata-extractor-images

It contains those from the ImageTestSuite mentioned in Leo's answer, along with others from various contributors over the years.

Bullough answered 19/11, 2016 at 23:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.