summaryrefslogtreecommitdiff
path: root/tools/tiffinfo.c
Commit message (Expand)AuthorAgeFilesLines
* tiffinfo/tiffgt: more corect casts related to tdir_t changesEven Rouault2022-12-131-4/+4
* tiffinfo: update curdir from uint16_t to tdir_t for more than 64k IFD handling.Su_Laus2022-12-131-1/+1
* Reformatting in tools/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-552/+640
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* tiffinfo, tiffcp, tiffcrop, tiffsplit, tiff2rgba, tiff2ps: use TIFFOpenOption...Even Rouault2022-11-231-1/+8
* tiffinfo: Updated to parse through SubIFDs and show their tags.Su Laus2022-10-081-1/+34
* tiffinfo: limit more memory allocations using -M switch (fixes #288)Even Rouault2022-02-111-7/+51
* tiffinfo: add a -M switch to define the maximum heap allocation, and default ...Even Rouault2021-12-051-20/+47
* tiffinfo: fix read of invalid pointer in TIFFReadRawDataTiled() (fixes #295)Even Rouault2021-12-051-1/+1
* Fix Segmentation fault printing GPS directory if Altitude tag is present (tif...Su Laus2021-11-261-2/+12
* Merge branch 'display_tool_purpose' into 'master'Roger Leigh2021-03-061-0/+1
|\
| * Merge branch 'master' into 'display_tool_purpose'Miguel Medalha2021-02-071-20/+20
| |\
| * | Display tool purposeMedalha2021-01-281-0/+1
* | | Suppress warnings or avoid case statement fallthroughRoger Leigh2021-02-061-1/+3
| |/ |/|
* | libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-1/+1
* | tiffinfo: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-20/+20
|/
* Use standard C99 integer typesRoger Leigh2021-01-211-36/+36
* tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-051-4/+1
* Reduce initialized data by making more data const and simplifying usage() imp...Bob Friesenhahn2020-12-281-21/+18
* tiffinfo: print usage on stdout when -h is usedThomas Bernard2020-04-261-14/+23
* tiffinfo: showdata for tiled imagesThomas Bernard2020-04-051-0/+44
* tiffinfo: fix dump of Tiled imagesThomas Bernard2020-04-051-3/+19
* Fix some typosStefan Weil2018-02-241-1/+1
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * tools/tiffinfo.c: fix null pointer dereference in -r mode when the image hasEven Rouault2016-12-031-2/+2
* * tools/tiffinfo.c (TIFFReadContigTileData): Fix signed/unsignedBob Friesenhahn2016-11-121-6/+6
* * tools/tiffinfo.c: fix out-of-bound read on some tiled images.Even Rouault2016-10-251-5/+19
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
* initialize TIFFGetField() fetched values in tiffinfo.cFrank Warmerdam2013-07-101-8/+8
* nicer way to avoid reading data for non-image directoriesFrank Warmerdam2012-06-061-11/+8
* avoid reading imagery with -D in EXIF directoriesFrank Warmerdam2012-06-011-2/+6
* avoid uninitialized variable for degenerate filesFrank Warmerdam2012-05-241-3/+3
* various fixes for win32 portingFrank Warmerdam2010-10-211-3/+2
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* * tools/tiffinfo.c: tiffinfo should return error status to theBob Friesenhahn2009-08-281-10/+22
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-8/+12
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2008-12-311-2/+2
* * tools/{tiff2pdf.c, tiff2ps.c, tiffinfo.c}: Offset and lengthBob Friesenhahn2008-12-311-2/+2
* Use toff_t rather than uint64 since it is a safer interface.Bob Friesenhahn2008-12-301-2/+2
* * tools/tiffinfo.c (main): Offset to EXIF IFD requires a 64-bitBob Friesenhahn2008-12-291-2/+2
* Fix 64-bit warnings when compiling under MSVC 2005 (x64).Frank Warmerdam2008-01-011-2/+2
* BigTIFF upgrade: tiffinfo.cJoris Van Damme2007-06-121-2/+2
* Print EXIF directory contents if exist.Andrey Kiselev2005-12-091-3/+10
* Avoid warnings.Andrey Kiselev2004-09-031-1/+13
* added i flag to getopt callFrank Warmerdam2004-07-061-2/+2
* Avoid warnings.Andrey Kiselev2004-06-051-5/+4
* Avoid warnings.Andrey Kiselev2004-06-041-2/+3
* MSVC updates.Andrey Kiselev2004-04-151-5/+5
* Added library version reporting to all tools.Andrey Kiselev2003-03-121-1/+2
* Initial revisionMike Welles1999-07-271-0/+429