summaryrefslogtreecommitdiff
path: root/tests/test-images/randomly-modified
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libjasper-based JPEG2000 loaderEmmanuele Bassi2020-06-261-0/+0
| | | | | | | | | | | | | | | | | Libjasper is not really maintained any more, and has been dropped by various Linux distributions over the years. GdkPixbuf has not enabled the JPEG2000 loader by default in many years, relying on downstream distributors to do so if they also shipped libjasper. This means that it's unlikely anybody has relied on GdkPixbuf to load a JPEG2000 image for the past 3 to 5 years, if at all. The only other option for loading JPEG2000 images is to use OpenJPEG, and for that there is an out of tree GdkPixbuf module available: https://notabug.org/necklace/jp2-pixbuf-loader Fixes: #152, #137
* Add test image for issue 58Emmanuele Bassi2018-05-301-0/+0
|
* tests: Add test for bug 776040Bastien Nocera2017-07-131-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=776040
* tests: add jp2 test case to pixbuf-threadsCarlos Soriano2016-12-191-0/+0
| | | | | | | | | In case jp2 is supported, add a test to pixbuf-threads for it, since seems is the place where most of the format tests are performed. The image used as a test is the one provided by upstream libjasper. https://bugzilla.gnome.org/show_bug.cgi?id=760474
* tests: Add test for bug 775648Bastien Nocera2016-12-131-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775648
* tests: Add test for bug 775242Bastien Nocera2016-12-131-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775242
* tests: Add test for bug 775232Bastien Nocera2016-12-131-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775232
* Add a test imageMatthias Clasen2016-08-031-0/+0
|
* bmp: Detect integer overflow of the line widthTobias Mueller2016-08-021-0/+0
| | | | | | | | | | Instead of risking crashes or OOM, return an error if we detect integer overflow. The commit also includes a test image that triggers this overflow when used with pixbuf-read. https://bugzilla.gnome.org/show_bug.cgi?id=768738
* ico: Always set errorsHanno Boeck2016-08-021-0/+0
| | | | | | | | | | When the ico header turn out to be bad, always set an error when we fail. Otherwise, applications will get confused. This commit also adds an example image with a bad ico header. https://bugzilla.gnome.org/show_bug.cgi?id=768484
* bmp: Fix an integer overflow in DecodeColormapTobias Mueller2016-08-021-0/+0
| | | | | | | | | | Return an error if n_colors * samples overflows. This commit also adds a reproducer that will cause pixbuf-randomly-modified to crash in the absence of the patch. https://bugzilla.gnome.org/show_bug.cgi?id=768688
* tests: Move back invalid images that successfully loadBenjamin Otte2015-10-133-0/+24
| | | | I have no idea if they *should* load, but they do.
* tests: Move actually valid image out of fail/ folderBenjamin Otte2015-10-131-0/+0
| | | | | Gimp and gdk-pixbuf load this image, so don't pretend in the testsuite that we can;t load it.
* tests: Move failing images into seperate directoryBenjamin Otte2015-10-1322-805/+0
|
* tests: Name test images properlyBenjamin Otte2015-10-1335-0/+0
| | | | | Make sure they have a sane file extension so it's easy for tools to identify them from their filename.
* tests: Remove unsupported imagesBenjamin Otte2015-10-133-0/+0
| | | | The wbmp and ras loaders were dropped, no need to keep the filrs.
* tests: Move test imagesBenjamin Otte2015-10-1338-0/+2020
Make test-images/ a directory only containing subdirectories for ease of maintenance. Move all images from that directory to test-images/randomly-modified.