summaryrefslogtreecommitdiff
path: root/libtiff/tif_print.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_predict.c, libtiff/tif_print.c: fix printf unsignederouault2016-11-201-5/+5
* * libtiff/tif_print.c: constify photoNames and orientNames arrayserouault2015-12-061-3/+3
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,erouault2015-10-171-2/+8
* Support large files under Windows using tif_unix.c and libtiff tools.bfriesen2015-08-191-4/+4
* Fix TIFF_VARIABLE/TIFF_VARIABLE2 confusion in TIFFPrintDirectory.tgl2012-12-121-3/+3
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Addbfriesen2012-08-191-2/+4
* be careful about printing corrupt inknames fieldsfwarmerdam2012-06-131-4/+17
* avoid pretty printing values without proper rawdatafwarmerdam2012-06-081-13/+33
* improve handling of PAGENUMBER, HALFTONEHINTS, YCBCRSUBSAMPLING and DOTRANGEfwarmerdam2012-06-061-40/+25
* be careful about whether min/max values per singular or per samplefwarmerdam2012-05-241-3/+5
* fix crash with odd 16bit count types for some custom fieldsfwarmerdam2012-05-241-2/+13
* * configure.ac: Support configuring TIFF_INT64_FORMAT andbfriesen2011-04-021-7/+7
* implement optional support for deferred strip/tile offset/size loadingfwarmerdam2011-02-181-1/+6
* remove unused variablefwarmerdam2011-02-111-3/+1
* Added support for TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE to haveolivier2011-01-241-7/+13
* * libtiff/tif_print.c: Fixed printing of TIFFTAG_REFERENCEBLACKWHITE whicholivier2010-05-061-12/+8
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* * libtiff/tif_print.c (TIFFPrintDirectory): Apply fix from Jaybfriesen2009-08-241-2/+2
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.dron2007-07-191-15/+53
* More work on new tag extending scheme. Use the new scheme everywhere.dron2007-07-091-10/+12
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-2/+2
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-99/+100
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-3/+3
* BigTIFF upgrade in tif_dirwrite.c - still temp messjoris2007-06-081-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-05-301-12/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-101-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-8/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-7/+7
* * libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash inbfriesen2006-06-031-2/+2
* Memory leak fixed.dron2006-03-131-2/+5
* Properly read TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,dron2006-02-231-7/+32
* Make InkSet, NumberOfInks, DotRange and StoNits tags custom.dron2005-12-241-22/+23
* Make WhitePoint tag custom.dron2005-12-231-4/+4
* Make RichTIFFIPTC, Photoshop and ICCProfile tags custom.dron2005-12-211-12/+20
* Make XMLPacket tag custom.dron2005-12-091-19/+22
* Split the _TIFFPrintField() function from the TIFFPrintDirectory().dron2005-12-071-57/+89
* avoid signed/unsigned warningfwarmerdam2005-08-121-2/+2
* Fixed printing of the BYTE and SBYTE arrays.dron2005-07-251-12/+11
* Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,dron2005-07-061-38/+1
* Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model,dron2005-06-011-25/+1
* TIFFFetchByteArray() returns uint16 array when fetching the BYTE and SBYTEdron2005-05-251-3/+3
* Avoid warnings.dron2005-04-081-2/+2
* Handle all data types in custom tags.dron2005-03-211-5/+10
* More improvements in custom tag handling code.dron2005-03-181-6/+11
* Added EXIF related tags.dron2005-03-171-72/+72
* Casting fixes.dron2004-10-101-2/+2
* Changed type of XMLPacket to BYTE instead of UNDEFINED to match Adobe XMPfwarmerdam2004-10-011-1/+8
* Avoid warnings.dron2004-09-211-3/+4
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-14/+14