summaryrefslogtreecommitdiff
path: root/tests/pixbuf-save.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Unlink temporary filesEmmanuele Bassi2017-08-011-0/+5
| | | | Don't leave files behind.
* tests: Add tests for new options helpersBastien Nocera2016-08-021-1/+15
| | | | | | Exercising copy_options() and remove_option(). https://bugzilla.gnome.org/show_bug.cgi?id=768043
* tests: Add error reporting to pixdata_equal()Bastien Nocera2014-11-181-1/+1
|
* tests: Move pixdata_equal() to helpersBastien Nocera2014-11-181-22/+0
|
* ico: Fix support for 256x256 iconsBastien Nocera2014-10-241-0/+33
| | | | | | | | | | In both loading and saving them. The ico format uses "0" as the width or height to mean 256: https://en.wikipedia.org/wiki/ICO_%28file_format%29#Icon_resource_structure Also add a test for that. https://bugzilla.gnome.org/show_bug.cgi?id=674724
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* Make testsuite robust against disabled formatsMatthias Clasen2014-01-251-0/+13
| | | | | | | Skip tests if their file format is not supported by the available loaders. https://bugzilla.gnome.org/show_bug.cgi?id=722651
* Fix test failure if PNG_iTXt_SUPPORTED not definedRober Ancell2014-01-151-0/+4
|
* Add tests for savingMatthias Clasen2013-12-191-0/+131