summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-tiff.c
Commit message (Expand)AuthorAgeFilesLines
* tiff: Use non-deprecated C99 integer typesEmmanuele Bassi2021-11-091-6/+7
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-071-10/+10
* TIFF: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-3/+7
* Merge branch 'clarify-pixels-bytes' into 'master'Emmanuele Bassi2018-08-221-15/+28
|\
| * io-tiff.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-15/+25
| * Move the macros to convert the DPI/DPM density units to where they are neededFederico Mena Quintero2018-06-011-0/+3
* | tiff: fix include of windows.h on case-sensitive filesystemsBenjamin Gilbert2018-06-171-1/+1
|/
* Use Unicode in translatable stringsPiotr Drąg2017-12-051-5/+5
* tiff: Avoid overflowing buffer size computationBastien Nocera2017-12-051-2/+9
* io-tiff: Correctly work with WIN32-IO version of libtiffРуслан Ижбулатов2017-11-291-1/+25
* tiff: Check for integer overflows in multiplicationLudovico de Nittis2017-07-131-6/+8
* tiff: Simplify gdk_pixbuf__tiff_image_stop_load() functionBastien Nocera2017-07-131-6/+4
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-021-0/+1
* gdk-pixbuf-io: Add precondition checks for image dimensionsPhilip Withnall2017-02-071-0/+5
* modules: implement is_option_supported() for builtin modulesMatthias Clasen2016-08-021-0/+14
* io-tiff.c: Declare Variables at the Top of BlockChun-wei Fan2014-11-111-1/+2
* Add TIFF image density metadata supportRobert Ancell2014-10-301-0/+70
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Allow saving 1-bit mono TIFFs used in faxesMukund Sivaraman2014-10-231-40/+196
* tiff: Flag multi-page TIFF filesMichael Chudobiak2014-10-211-0/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Remove an outdated commentMatthias Clasen2013-12-181-1/+0
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Make the tiff loader threadsafeMatthias Clasen2012-09-141-139/+59
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+4
* Make it compileMatthias Clasen2010-06-251-1/+0
* Don't use string concatentation in translated stringsMatthias Clasen2010-01-021-2/+2
* Add icc-profile option to gdk-pixbuf for the TIFF image formatRichard Hughes2009-12-211-19/+40
* Implement "compression" option in the TIFF pixbuf loaderChristian Dywan2009-11-301-0/+33
* Exclude CR2 files in the tiff loader.Matthias Clasen2008-08-141-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-32/+32
* updated to allow simple switch between gdiplus- and former fileformatHans Breuer2008-06-131-1/+1
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Added a comment to explain the signal used to stop parsing early.Michael J. Chudobiak2007-07-061-0/+5
* Try again to make gdk_pixbuf_get_file_info work for tiff imagesMatthias Clasen2007-07-051-6/+1
* Always set an error when returning NULL. (453365, Michael Chudobiak)Matthias Clasen2007-07-031-1/+6
* Bump libtiff requirement to 3.6.0, by requiring presence ofMichael J. Chudobiak2007-05-181-95/+60
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* CleanupsMatthias Clasen2006-10-081-5/+1
* Update documentation now that tiff supports saving.Anders Carlsson2006-02-281-12/+246
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-2/+2
* Pass in the max number of bytes to read. (pnm_read_ascii_scanline): AndMatthias Clasen2005-02-071-1/+1
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-17/+1
* function doesn't return a value, so don't use g_return_val_if_fail()Manish Singh2004-07-091-0/+2
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1.Matthias Clasen2004-06-161-66/+87
* include <io.h> for lseek() use HAVE_UNISTD_HHans Breuer2004-02-281-0/+2
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+11