summaryrefslogtreecommitdiff
path: root/tools/tiffset.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard C99 integer typesRoger Leigh2021-01-211-11/+11
|
* Reduce initialized data by making more data const and simplifying usage() ↵Bob Friesenhahn2020-12-281-14/+11
| | | | implementation.
* tiffset: print usage on stdout when -h is usedThomas Bernard2020-04-261-15/+28
| | | | | also use EXIT_FAILURE / EXIT_SUCCESS see #17
* tiffset: pass size for TIFFTAG_INKNAMESThomas Bernard2020-04-051-1/+7
| | | | | | | | Uses TIFFFieldPassCount() to know which arguments need to be passed to TiffSetField() fixes #18 see http://bugzilla.maptools.org/show_bug.cgi?id=2202
* tiffset: check memory allocationThomas Bernard2020-03-231-0/+6
| | | | fixes #157 / http://bugzilla.maptools.org/show_bug.cgi?id=2850
* Add nmake build support for manually configuring the 'port' files to beBob Friesenhahn2020-01-251-0/+4
| | | | | built based on MSVC features. Include tif_config.h in tools/tiffset.c.
* 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
| | | | | | (and other tags with variable number of values). So 'tiffset -s ExtraSamples 1 X'. This only worked when setting 2 or more values, but not just one.
* * tools/tiffset.c: tiffset now supports a -u option to unset aBob Friesenhahn2012-12-041-2/+18
| | | | | tag. Patch by Zach Baker. See http://bugzilla.maptools.org/show_bug.cgi?id=2419
* 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
| | | | directory instead of just the first (jef)
* Properly handle TIFFTAG_PAGENUMBER, TIFFTAG_HALFTONEHINTS,Andrey Kiselev2010-07-061-24/+14
| | | | TIFFTAG_YCBCRSUBSAMPLING, TIFFTAG_DOTRANGE which should be set by value.
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-2/+14
| | | | | that it is clearly a memory allocation error message, and also includes the size of the allocation request.
* Changes to reflect the fact that TIFFFieldWithTag() and TIFFFieldWithName()Frank Warmerdam2008-01-011-8/+13
| | | | now return TIFFField pointers instead of TIFFFieldInfo pointers.
* Properly handle tags with TIFF_VARIABLE writecount. As per bugAndrey Kiselev2007-02-241-3/+8
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=1350
* 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
| | | | bug http://bugzilla.remotesensing.org/show_bug.cgi?id=725
* Properly handle the different tag types. As per bugAndrey Kiselev2004-11-111-95/+157
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=600
* 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
| | | | mnemonic name or number.
* 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