summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'defer_strile_writing' into 'master'Even Rouault2019-05-291-0/+2
|\
| * Add TIFFDeferStrileArrayWriting() and TIFFForceStrileArrayWriting()Even Rouault2019-05-251-0/+2
* | Add TIFFReadFromUserBuffer()Even Rouault2019-05-231-0/+3
|/
* Make defer strile offset/bytecount loading available at runtimeEven Rouault2019-05-101-0/+5
* tiffio.h: fix commentEven Rouault2018-10-301-1/+1
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tiffiop.h, tif_unix.c, tif_win32.c, tif_vms.c: add _TIFFcalloc()Even Rouault2017-01-111-1/+2
* * libtiff/tiffio.h, libtiff/tif_getimage.c: add TIFFReadRGBAStripExt()Even Rouault2016-12-171-1/+3
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-3/+3
* Add accessor functions for the opaque type TIFFField.Tom Lane2012-07-291-1/+8
* add TIFFCreate{Custom,EXIF}Directory() functionsFrank Warmerdam2012-06-061-1/+4
* * libtiff/tiffio.h: Use double-underbar syntax in GCC printfBob Friesenhahn2012-02-181-5/+5
* restore TIFFMergeFieldInfo (#2315)Frank Warmerdam2011-05-171-1/+20
* Remove obsolete field info api, add missing items in libtiff.def (#2315, #2316)Frank Warmerdam2011-04-201-23/+1
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Make TIFFDisplay argument in TIFFCIELabToRGBInit const, and display_sRGB stat...Frank Warmerdam2009-11-301-2/+2
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-5/+9
* * libtiff/tiffio.h: Undeprecate toff_t and restore its use in theBob Friesenhahn2008-12-301-10/+12
* introduce TIFFUnsetField() functionFrank Warmerdam2008-12-211-1/+2
* TIFFRewriteField() renamed into _TIFFRewriteField() and moved out from theAndrey Kiselev2008-04-101-3/+1
* added TIFFRewriteField()Frank Warmerdam2007-12-311-1/+3
* tif_getimage.c: removed SubsamplingHor/Ver from TIFFRGBAImage structure to re...Joris Van Damme2007-08-101-3/+1
* Transition to the new-style tag extending scheme completed.Andrey Kiselev2007-07-121-4/+4
* BigTIFF upgrade: restoration of mapping functions protocolJoris Van Damme2007-07-111-3/+3
* More work on new tag extending scheme. Use the new scheme everywhere.Andrey Kiselev2007-07-091-23/+34
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-29/+12
* Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumerationAndrey Kiselev2007-07-041-2/+1
* TIFFTagValue structure moved from the public tiffio.h to private tif_dir.h.Andrey Kiselev2007-07-041-7/+1
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-20/+21
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+3
* Added support for a TIFF_SSIZE_T in order to return memory sizes but stillBob Friesenhahn2007-06-261-2/+2
* Added support for a TIFF_PTRDIFF_T type to use when doing pointer arithmetic.Bob Friesenhahn2007-06-261-2/+2
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-6/+6
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffJoris Van Damme2007-06-261-75/+75
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-21/+36
* BigTIFF upgrade: misc little thingsJoris Van Damme2007-06-221-3/+3
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-30/+33
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-9/+11
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-84/+94
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-4/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-49/+47
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-74/+72
* BigTIFF upgrade in progressJoris Van Damme2007-03-221-7/+8
* BigTIFF upgrade in progressJoris Van Damme2007-03-171-28/+29
* workaround for OJPEG 'Fractional scanline' bug in tif_getimage.cJoris Van Damme2007-03-081-27/+30
* Null definition removed.Andrey Kiselev2006-06-301-5/+1
* response to Bob's compiler warnings - no functionality changeJoris Van Damme2006-04-131-1/+2
* Revision of all RGB(A) put routines in tif_getimage.c, including bugfix in ha...Joris Van Damme2006-04-111-2/+5
* new ojpeg supportJoris Van Damme2006-04-041-9/+10
* bugfix of tif_jpeg decode rawJoris Van Damme2006-03-251-1/+2