summaryrefslogtreecommitdiff
path: root/tools/tiff2bw.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate compiler warnings about duplicate definitions of streq/strneq macros.Bob Friesenhahn2018-11-031-3/+0
* tiff2bw: avoid null pointer dereference in case of out of memory situation. F...Even Rouault2018-10-301-1/+26
* only read/write TIFFTAG_GROUP3OPTIONS or TIFFTAG_GROUP4OPTIONS if compression...Young_X2018-09-081-1/+17
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * tools/tiff2bw.c (main): Free memory allocated in the tiff2bwBob Friesenhahn2017-11-011-12/+28
* * tools/tiff2bw.c: close TIFF handle in error code path.Even Rouault2017-04-281-1/+8
* * tools/tiff2bw.c: fix weight computation that could result of colorEven Rouault2016-08-151-2/+2
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
* * tools/tiff2bw.c: when Photometric=RGB, the utility only works ifEven Rouault2014-12-211-1/+6
* Replace sprintf with snprintf, to fix CVE-2013-1961.Tom Lane2013-05-021-2/+2
* Fix the count for WhitePoint tag as per bugAndrey Kiselev2010-07-021-2/+2
* * 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
* fixed last jpeg processing patchFrank Warmerdam2006-01-111-2/+2
* fix jpeg tool option processing: bug 1025Frank Warmerdam2006-01-111-4/+12
* Write ImageWidth/Height tags to output file, as noted by Gennady Khokhorin.Andrey Kiselev2004-09-251-2/+4
* Avoid warnings.Andrey Kiselev2004-09-211-2/+2
* Avoid warnings.Andrey Kiselev2004-09-031-50/+98
* Removed message about LZW patents.Andrey Kiselev2004-07-241-2/+1
* Avoid warnings.Andrey Kiselev2004-06-041-3/+4
* Added library version reporting to all tools.Andrey Kiselev2003-03-121-1/+2
* tiff2bw accuracy patch from Stanislav BrabecFrank Warmerdam2000-10-121-3/+3
* Created lzw compression kit, as a new module (libtiff-lzw-compression-kit).Mike Welles1999-12-271-2/+2
* * Aadded Pixar tag support.Mike Welles1999-12-211-1/+2
* Initial revisionMike Welles1999-07-271-0/+400