summaryrefslogtreecommitdiff
path: root/tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-12-03 12:35:23 +1300
committerRobert Ancell <robert.ancell@canonical.com>2019-01-16 15:47:09 +1300
commitfb32a04b61029c5e0a151c04095f1608195656c3 (patch)
treefd622a8f8972f4b0ff39391fd4dc4c332e6e61de /tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf
parent720983a9bce1341923aa56ffbf3ea0150a188c8e (diff)
downloadgdk-pixbuf-fb32a04b61029c5e0a151c04095f1608195656c3.tar.gz
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)
Diffstat (limited to 'tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf')
-rw-r--r--tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf b/tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf
new file mode 100644
index 000000000..68a821bea
--- /dev/null
+++ b/tests/test-images/gif-test-suite/animation-multi-image-explicit-zero-delay.conf
@@ -0,0 +1,27 @@
+# Automatically generated, do not edit!
+[config]
+input = animation-multi-image-explicit-zero-delay.gif
+version = GIF89a
+width = 2
+height = 2
+background = #000000
+loop-count = infinite
+force-animation = no
+frames = frame0,frame1,frame2,frame3
+
+[frame0]
+pixels = animation-fill.0.rgba
+delay = 50
+
+[frame1]
+pixels = animation-fill.1.rgba
+delay = 50
+
+[frame2]
+pixels = animation-fill.2.rgba
+delay = 50
+
+[frame3]
+pixels = animation-fill.3.rgba
+delay = 50
+