summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
Commit message (Expand)AuthorAgeFilesLines
* Add DNG tags up to version 1.6.0.0 and some TIFF/EP tags and update documenta...Su_Laus2023-04-251-0/+6
* Make TIFF_MAX_DIR_COUNT a autoconf/CMake settingEven Rouault2022-12-131-5/+0
* Add a TIFF_MAX_DIR_COUNT public #defineEven Rouault2022-12-121-0/+5
* TIFFCurrentDirectory(), TIFFNumberOfDirectories(), TIFFSetDirectory(), TIFFUn...Even Rouault2022-12-121-5/+5
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-412/+467
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* Add TIFFOpenOptionsSetMaxSingleMemAlloc()Even Rouault2022-11-221-0/+1
* Remove TIFFSetErrorHandlerExtR() and TIFFSetWarningHandlerExtR() that were te...Even Rouault2022-11-211-2/+0
* Rework TIFFOpenExt() and similar to use an opaque TIFFOpenOptions* opts argum...Even Rouault2022-11-211-33/+13
* Add TIFFOpenExt(), TIFFOpenWExt() and TIFFFdOpenExt() with re-entrant error h...Even Rouault2022-11-211-10/+40
* Add reentrant error functionsLaramie Leavitt2022-11-081-10/+24
* Public functions TIFFFieldSetGetSize() and TIFFieldSetGetCountSize() added.Su Laus2022-05-141-1/+3
* TIFFIsBigTiff() function added.Su Laus2022-05-081-1/+2
* extra flag for anonymous (unknown) tags (fixes #8)Su_Laus2022-04-061-0/+1
* Use standard C99 integer typesRoger Leigh2021-01-211-126/+128
* tiffio.h: do not define __attribute__ but defines TIFF_ATTRIBUTE instead (fix...Even Rouault2020-12-121-6/+8
* EXIF 2.32 and GPS tags and functionality upgraded.Su_Laus2020-03-071-0/+2
* 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