summaryrefslogtreecommitdiff
path: root/tests/test-images
Commit message (Collapse)AuthorAgeFilesLines
* Drop test imagesMatthias Clasen2013-05-2234-1262/+0
| | | | These were left behind when gdk-pixbuf was split off.
* applied patch from maemo-gtk which avoids the allocation of anMichael Natterer2005-12-141-0/+0
| | | | | | | | | | | 2005-12-14 Michael Natterer <mitch@imendio.com> * gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids the allocation of an intermediate buffer for non-progressive jpegs. Fixed bug #305894. * tests/test-images/valid_jpeg_progressive_test: new test image so we can test both loading code paths in io-jpeg.c
* image files for testing pixbuf loaders the old test-loaders.c split intoSoeren Sandmann2002-05-0533-0/+1262
Sun May 5 02:22:59 2002 Soeren Sandmann <sandmann@daimi.au.dk> * tests/test-images/*: image files for testing pixbuf loaders * tests/pixbuf-*.c: the old test-loaders.c split into four different programs * tests/Makefile.am: add new pixbuf tests Sun May 5 02:27:01 2002 Soeren Sandmann <sandmann@daimi.au.dk> * Makefile.am (noinst_PROGRAMS): remove test-loaders (moved to gtk+/tests/) * test-loaders.c, test-images.h: remove