summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* various fixes for tiff2pdf (#2211)Frank Warmerdam2010-06-131-8/+9
* * tools/tiff2rgba.c: Applied portion of patch (from Tom Lane)Bob Friesenhahn2010-06-121-5/+23
* * tools/tiffcrop.c: Applied patch from Richard Nolde: CorrectedBob Friesenhahn2010-06-111-34/+168
* * tools/tiffcp.c (tiffcp): Applied Tom Lane's patch to rejectBob Friesenhahn2010-06-111-20/+25
* Back out accidental commit of a working copy.Bob Friesenhahn2010-06-111-20/+2
* * libtiff/tiffiop.h (TIFFSafeMultiply): Work properly ifBob Friesenhahn2010-06-101-2/+20
* * libtiff/tif_fax3.c (Fax3SetupState): Yesterday's fix forBob Friesenhahn2010-06-091-2/+4
* * tools/tiffcrop.c: Removed duplicated macros such asBob Friesenhahn2010-06-083-10/+7
* * Add an emacs formatting mode footer to all source files so thatBob Friesenhahn2010-06-0829-29/+236
* add -x switch to renumber pages to tiffcp (#2203Frank Warmerdam2010-06-041-6/+17
* * tools/ppm2tiff.c (main): While case for parsing comment lineBob Friesenhahn2010-04-101-2/+2
* * libtiff/tif_jpeg.c: Do not generate a JPEGTables tag when creatingLee Howard2010-02-221-1/+4
* * tools/tiffcrop.c: Updated tiffcrop from Richard Nolde. ThisBob Friesenhahn2009-11-031-415/+173
* * tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop from RichardBob Friesenhahn2009-09-241-1129/+2195
* * contrib/iptcutil/iptcutil.c,Bob Friesenhahn2009-08-302-5/+5
* * libtiff 3.9.0 released.v3.9.0Release-v3-9-0Bob Friesenhahn2009-08-201-2/+1
* * tools/{rgb2ycbcr.c, tiff2rgba.c}: Applied patch forBob Friesenhahn2009-08-202-9/+40
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,Bob Friesenhahn2009-08-201-86/+151
* tiffsplit.c: fix sampleformat to be shortv instead of longvFrank Warmerdam2009-01-211-2/+2
* * tools/tiff2ps.c: Remove spurious message printed to stderr.Bob Friesenhahn2009-01-121-2/+2
* * tools/tiff2ps.c: Incorporated significant functionality updateBob Friesenhahn2009-01-112-210/+425
* Ensure that installed header files are not used in the build.Bob Friesenhahn2009-01-012-2/+2
* * Update to use current FSF autotools versions.Bob Friesenhahn2009-01-011-15/+20
* * libtiff/tiffio.h: GCC will now validate format specificationsBob Friesenhahn2009-01-014-130/+128
* major update from Richard NoldeFrank Warmerdam2008-12-311-1674/+5904
* Use dynamically allocated array instead of static when constructingAndrey Kiselev2008-09-051-3/+14
* Get rid of unsafe strcpy()/strcat() calls when doing the filename/pathAndrey Kiselev2008-09-031-7/+10
* More appropriate format string in t2p_write_pdf_string(); avoidAndrey Kiselev2008-09-031-4/+3
* Fixed setting of alpha value per report on listFrank Warmerdam2007-10-051-2/+2
* *** empty log message ***Andrey Kiselev2007-07-121-2/+4
* Added support 16-bit images as per bugAndrey Kiselev2007-07-031-2/+48
* Fix for TIFFTAG_JPEGTABLES tag fetching and significant upgrade of the wholeAndrey Kiselev2007-07-031-510/+523
* Check the tmpfile() return status as per bugAndrey Kiselev2007-04-271-20/+18
* Avoid warnings.Andrey Kiselev2007-04-182-17/+12
* Significant update in functionsality as per bugAndrey Kiselev2007-04-061-1101/+1534
* Properly handle tags with TIFF_VARIABLE writecount. As per bugAndrey Kiselev2007-02-241-3/+8
* Do not assume inches when the resolution units do not specified. As per bugAndrey Kiselev2007-02-241-37/+43
* Do not change RowsPerStrip value if it was set as infinite. As per bug:Andrey Kiselev2007-02-242-4/+4
* Use strchr() instead of index(); avoid warnings.Andrey Kiselev2007-02-241-30/+54
* Added tiffcrop utility.Andrey Kiselev2007-02-241-5/+5
* Regenerated.Andrey Kiselev2007-02-242-10/+23
* New.Andrey Kiselev2007-02-241-0/+3367
* This utility does not work properly on big-endian architectures. It was fixedAndrey Kiselev2007-01-311-8/+32
* Attempt to fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1149Andrey Kiselev2007-01-271-18/+18
* TIFF library ported to Windows CE platform.Mateusz Loskot2007-01-151-0/+465
* tiffset.exe added to the list of utilities to be build.Andrey Kiselev2006-10-131-2/+3
* Get rid of BSD integer types as per bugAndrey Kiselev2006-10-131-18/+18
* Fix handling of -q values. (bug 587)Frank Warmerdam2006-06-191-17/+9
* Fixed floating point comparison logic as per bugAndrey Kiselev2006-06-081-2/+3
* More fixes for character type safety.Andrey Kiselev2006-06-081-155/+226