summaryrefslogtreecommitdiff
path: root/tools/tiffcmp.c
Commit message (Expand)AuthorAgeFilesLines
* tiffcmp: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-29/+29
* Use standard C99 integer typesRoger Leigh2021-01-211-36/+36
* tiffcmp: fix comparaison with pixels that are fractional number of bytesThomas Bernard2021-01-151-6/+8
* tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-051-8/+1
* Reduce initialized data by making more data const and simplifying usage() imp...Bob Friesenhahn2020-12-281-11/+8
* tiffcmp: match exit status for posix cmp and diff toolsThomas Bernard2020-04-261-14/+28
* Fix Cmake HAVE_GETOPT for systems which declare getopt in stdio.h.Bob Friesenhahn2019-11-031-1/+1
* Fix all compiler warnings for default buildNathan Baker2018-02-041-1/+2
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
* * tools/thumbnail.c, tools/tiffcmp.c: only read/write TIFFTAG_GROUP3OPTIONSEven Rouault2014-12-211-3/+16
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-1/+5
* Fix 64-bit warnings when compiling under MSVC 2005 (x64).Frank Warmerdam2008-01-011-3/+3
* Fixed floating point comparison logic as per bugAndrey Kiselev2006-06-081-2/+3
* * tools/tiffcmp.c (CheckLongTag): Eliminate warning due to printfBob Friesenhahn2005-12-291-2/+2
* Avoid warnings.Andrey Kiselev2005-09-131-2/+2
* Avoid warnings.Andrey Kiselev2005-06-231-9/+18
* Added ability to compare the 32-bit integer and floating point data; complainAndrey Kiselev2005-03-091-48/+124
* Use properly sized buffer in short arrays compirison as per bugAndrey Kiselev2005-03-041-2/+5
* * tools/tiffcmp.c (leof): Renamed from 'eof' in order to avoidBob Friesenhahn2004-10-141-4/+4
* Avoid warnings.Andrey Kiselev2004-09-031-1/+9
* Avoid warnings.Andrey Kiselev2004-06-041-2/+3
* Fixed problem with unused data comparing as per bugAndrey Kiselev2003-06-181-11/+28
* Fixed multi samples per pixel support for ContigCompare.Frank Warmerdam2001-06-291-26/+61
* Fixed stopondiff testing so that -l works.Frank Warmerdam2000-02-161-4/+4
* Initial revisionMike Welles1999-07-271-0/+483