summaryrefslogtreecommitdiff
path: root/tests/test-images/reftests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace non-free "lena" reference imageOlly Betts2017-09-194-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=787050
* tests: Add grayscale JPEG testsBastien Nocera2017-07-272-0/+0
| | | | | | | Originally from the JPEG conformance tests: http://people.sc.fsu.edu/~jburkardt/data/jpg/jpg.html https://bugzilla.gnome.org/show_bug.cgi?id=785171
* tests: Add test case for ICO quality sorting bugBastien Nocera2017-07-262-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785447
* ico: Fix uninitialised alpha valuesBastien Nocera2016-12-292-0/+0
| | | | | | | | | | As we always create a GdkPixbuf with alpha, even if the original file doesn't have an alpha channel, or a mask, make sure to set the alpha pixel value in all cases, if only to have it overridden if there is a mask present. This makes it possible to use the reference test without having differing alpha values.
* tests: Add test for bug 696331Bastien Nocera2016-12-282-0/+0
| | | | | | | | This compares a broken file, which might have random data inside the part of the image that was missing from the file, with our version which will have a flat colour instead. https://bugzilla.gnome.org/show_bug.cgi?id=696331
* tests: Add test for bug 766890Bastien Nocera2016-12-192-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=766890
* tests: Add a bunch of TGA imagesBenjamin Otte2015-10-136-0/+0
| | | | These images are buggy, but we load them. So add them as reftests.
* tests: Fix typo in MakefileBenjamin Otte2015-10-1394-0/+44
The typo was inconsequential, because the variable was auto-expanded to its current value anyway.