summaryrefslogtreecommitdiff
path: root/libtiff/tif_print.c
Commit message (Collapse)AuthorAgeFilesLines
* * libtiff/tif_predict.c, libtiff/tif_print.c: fix printf unsignederouault2016-11-201-5/+5
| | | | vs signed formatting (cppcheck invalidPrintfArgType_uint warnings)
* * 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
| | | | libtiff/tif_print.c: fix -Wshadow warnings (only in libtiff/)
* 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
| | | | | | | | | | some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood. * libtiff/tif_write.c: Fix bug rewriting image tiles in a
* 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
| | | | | | | | | | | | | | TIFF_UINT64_FORMAT appropriately for MinGW32. * tools/tiffdump.c (ReadDirectory): MinGW32 needs to use WIN32 printf conventions for 64-bit types because it uses the WIN32 CRT. * libtiff/{tif_dumpmode.c,tif_luv.c,tif_lzw.c,tif_print.c, tif_read.c,tif_strip.c,tif_thunder.c}: MinGW32 needs to use WIN32 printf conventions for 64-bit types because it uses the WIN32 CRT. * tools/tiff2pdf.c (t2p_write_pdf_string): Fix printf syntax not understood by WIN32 CRT.
* 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
| | | | | | | different values for each sample. Presents the min/max of all samples by default for compatibility. TIFFSetField/TIFFGetField can be made to handle those tags as arrays by changing the new TIFFTAG_PERSAMPLE pseudo tag. http://www.asmail.be/msg0055458208.html
* * libtiff/tif_print.c: Fixed printing of TIFFTAG_REFERENCEBLACKWHITE whicholivier2010-05-061-12/+8
| | | | | | | had stopped working. Also made it always print 6 floats instead of 2*SamplesPerPixel. http://bugzilla.maptools.org/show_bug.cgi?id=2191 http://bugzilla.maptools.org/show_bug.cgi?id=2186
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
| | | | | that it is clearly a memory allocation error message, and also includes the size of the allocation request.
* * libtiff/tif_print.c (TIFFPrintDirectory): Apply fix from Jaybfriesen2009-08-241-2/+2
| | | | | | Berkenbilt for "Bug 2024 - possible null pointer dereference with one-line fix". http://bugzilla.maptools.org/show_bug.cgi?id=2024
* 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, ↵joris2007-06-271-2/+2
| | | | restoration of tif_dirwrite.c
* 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
| | | | TIFFPrintDirectory(). Joris Van Damme authored the fix.
* Memory leak fixed.dron2006-03-131-2/+5
|
* Properly read TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,dron2006-02-231-7/+32
| | | | | TIFFTAG_YCBCRSUBSAMPLING and TIFFTAG_DOTRANGE tags as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1088.
* 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
| | | | ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.
* Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model,dron2005-06-011-25/+1
| | | | | Copyright, DateTime, PageName, TextureFormat, TextureWrapModes and TargetPrinter tags custom.
* TIFFFetchByteArray() returns uint16 array when fetching the BYTE and SBYTEdron2005-05-251-3/+3
| | | | | filds, so we should consider result as pointer to uint16 array and not as array of chars. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=831
* 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
| | | | specification. Added custom printer for XMLPacket data to tif_print.c.
* 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
|