diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2018-12-03 12:35:23 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2019-01-16 15:47:09 +1300 |
commit | fb32a04b61029c5e0a151c04095f1608195656c3 (patch) | |
tree | fd622a8f8972f4b0ff39391fd4dc4c332e6e61de /tests/test-images/gif-test-suite/comment.conf | |
parent | 720983a9bce1341923aa56ffbf3ea0150a188c8e (diff) | |
download | gdk-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/comment.conf')
-rw-r--r-- | tests/test-images/gif-test-suite/comment.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test-images/gif-test-suite/comment.conf b/tests/test-images/gif-test-suite/comment.conf new file mode 100644 index 000000000..178a2d16c --- /dev/null +++ b/tests/test-images/gif-test-suite/comment.conf @@ -0,0 +1,15 @@ +# Automatically generated, do not edit! +[config] +input = comment.gif +version = GIF89a +width = 1 +height = 1 +background = #000000 +loop-count = 0 +comment = 'Hello World!' +force-animation = no +frames = frame0 + +[frame0] +pixels = white-dot.rgba + |