summaryrefslogtreecommitdiff
path: root/libtiff/tiff.h
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-3/+3
* Actually apply TIFF/EP tags I thought I had done earlier (bug #2457)fwarmerdam2014-04-021-1/+4
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-191-1/+29
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-1/+4
* Implement a new TIFF compression scheme LZMA reserving a new value 34925 fordron2010-12-141-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFdron2007-07-101-38/+1
* Enumerate constants in TIFFSetGetFieldType.dron2007-07-051-36/+36
* Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumerationdron2007-07-041-9/+1
* BigTIFF upgrade: solution for uint16 through variable argument listjoris2007-06-271-1/+11
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...joris2007-06-261-19/+1
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-261-2/+3
* Forgot to delete code in #if 0 block.bfriesen2007-06-251-25/+1
* * port/strtoull.c: New porting function in case strtoull() is notbfriesen2007-06-251-1/+15
* BigTIFF upgrade: misc little thingsjoris2007-06-221-1/+2
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-6/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-241-2/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-231-20/+35
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-3/+5
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-111-4/+11
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-191-1/+14
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-6/+6
* BigTIFF upgrade in progressjoris2007-03-271-4/+4
* BigTIFF upgrade in progressjoris2007-03-241-37/+3
* BigTIFF upgrade in progressjoris2007-03-221-1/+4
* BigTIFF upgrade in progressjoris2007-03-221-3/+19
* BigTIFF upgrade in progressjoris2007-03-171-49/+80
* Fixed link to BigTIFF specification.dron2006-10-051-2/+2
* More EXIF tags added.dron2005-12-231-6/+31
* Added more EXIF tags.dron2005-12-121-1/+25
* Few EXIF tag numbers added.dron2005-12-091-1/+18
* preliminary support for MS MDI format, bug 1002fwarmerdam2005-11-211-2/+3
* One more attempt to fix the AIX bugdron2005-07-261-25/+14
* Use correct int size on Sparc 64bit/Sun compiler platform. As per bugdron2005-06-231-2/+2
* Added predictor constants.dron2005-04-131-1/+4
* Fixes in EXIF tag ordering (Ron).dron2005-03-301-7/+7
* More comments; added missed DNG tag (LensInfo); added DNG 1.1.0.0 tags.dron2005-03-181-2/+20
* Added EXIF related tags.dron2005-03-171-1/+4
* Applied patch from Lee Howard to support a new tag TIFFTAG_FAXDCS (34911) useddron2005-03-041-1/+2
* Changed the int8 definition to be always signed char as per bugdron2005-02-041-5/+1
* * libtiff/tiff.h (TIFFTAG_TILEWIDTH): Corrected description.bfriesen2005-02-011-3/+3
* Restore back the workaround for AIX Visual Age C compiler to avoid doubledron2005-01-111-1/+19
* Revert back libtiff data type definitions as perdron2004-12-201-16/+7
* Added Adobe DNG tags.dron2004-11-131-9/+83
* Missed TIFF_BIGTIFF_VERSION constant added.dron2004-10-021-1/+9
* * libtiff/tiff.h: Fix column tagging. Reference current Adobe XMPbfriesen2004-09-141-27/+25
* Use _TIFF_DATA_TYPEDEFS_ guardian to switch off defining int8/uint8/...dron2004-09-101-1/+6
* Get rid of ugly 64-bit hacks, replace them with the clever (autoconf based )dron2004-06-061-38/+23
* Added tests for int8, int16 and int32 types to avoid complains on somedron2004-04-251-7/+16
* Fixed tag definitions for TIFFTAG_YCLIPPATHUNITS and TIFFTAG_INDEXEDdron2004-01-291-3/+3