From fb32a04b61029c5e0a151c04095f1608195656c3 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 3 Dec 2018 12:35:23 +1300 Subject: tests: Add comprehensive GIF test suite Add tests that exert many different types of GIF files. Some of the tests are disabled as the current gdk-pixbuf GIF implementation doesn't handle them correctly. Future commits will fix these issues and enable the tests. The test suite is generated in the PyGIF project (https://github.com/robert-ancell/pygif) --- tests/test-images/gif-test-suite/gif87a.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/test-images/gif-test-suite/gif87a.conf (limited to 'tests/test-images/gif-test-suite/gif87a.conf') diff --git a/tests/test-images/gif-test-suite/gif87a.conf b/tests/test-images/gif-test-suite/gif87a.conf new file mode 100644 index 000000000..5340d20dc --- /dev/null +++ b/tests/test-images/gif-test-suite/gif87a.conf @@ -0,0 +1,14 @@ +# Automatically generated, do not edit! +[config] +input = gif87a.gif +version = GIF87a +width = 1 +height = 1 +background = #000000 +loop-count = 0 +force-animation = no +frames = frame0 + +[frame0] +pixels = white-dot.rgba + -- cgit v1.2.1