summaryrefslogtreecommitdiff
path: root/tools/tiffset.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard C99 integer typesRoger Leigh2021-01-211-11/+11
* Reduce initialized data by making more data const and simplifying usage() imp...Bob Friesenhahn2020-12-281-14/+11
* tiffset: print usage on stdout when -h is usedThomas Bernard2020-04-261-15/+28
* tiffset: pass size for TIFFTAG_INKNAMESThomas Bernard2020-04-051-1/+7
* tiffset: check memory allocationThomas Bernard2020-03-231-0/+6
* Add nmake build support for manually configuring the 'port' files to beBob Friesenhahn2020-01-251-0/+4
* tiffset: Add support for LONG8, SLONG8 and IFD8 field typesRoger Leigh2018-03-231-1/+19
* 'tif_config.h' or 'tiffio.h' must be included before any system header.tif_config_h_includesBob Friesenhahn2017-12-021-0/+1
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * tools/tiffset.c: fix setting a single value for the ExtraSamples tagEven Rouault2017-10-011-2/+2
* * tools/tiffset.c: tiffset now supports a -u option to unset aBob Friesenhahn2012-12-041-2/+18
* Add accessor functions for the opaque type TIFFField.Tom Lane2012-07-291-33/+32
* Add -d and -sd switches to tiffset to allow operation on a particularFrank Warmerdam2011-03-261-1/+21
* Properly handle TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,Andrey Kiselev2010-07-061-24/+14
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-2/+14
* Changes to reflect the fact that TIFFFieldWithTag() and TIFFFieldWithName()Frank Warmerdam2008-01-011-8/+13
* Properly handle tags with TIFF_VARIABLE writecount. As per bugAndrey Kiselev2007-02-241-3/+8
* Avoid warnings.Andrey Kiselev2005-09-131-3/+7
* Updated header.Frank Warmerdam2005-02-241-2/+6
* Convert character option to integer value as perAndrey Kiselev2004-12-251-2/+2
* Properly handle the different tag types. As per bugAndrey Kiselev2004-11-111-95/+157
* Check the malloc return value (Dmitry V. Levin).Andrey Kiselev2004-10-261-30/+16
* Forgotten debug output removed.Andrey Kiselev2004-06-071-5/+5
* tiffset now can set any libtiff supported tags. Tags can be supplied by theAndrey Kiselev2004-06-051-61/+130
* Increase -sf buffer size.Frank Warmerdam2004-05-031-4/+7
* Fix bug in error output.Frank Warmerdam2002-01-161-4/+9
* added TIFFRewriteDirectoryFrank Warmerdam2001-09-261-3/+9
* NewFrank Warmerdam2001-03-021-0/+170