summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* * refresh autoconf/make stuff with what is on Ubuntu 16.04 (minor changes)Even Rouault2017-07-111-0/+1
|
* * man: update documentation regarding SubIFD tag andEven Rouault2017-06-303-6/+6
| | | | | | TIFFSetSubDirectory() data type. Patch by Eric Piel Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2671
* libtiff 4.0.8 releasedv4.0.8Release-v4-0-8Bob Friesenhahn2017-05-211-2/+0
|
* html/v4.0.8.html: Add description of changes targeting the 4.0.8 release.Bob Friesenhahn2017-05-211-2/+0
|
* * man/Makefile.am: remove thumbnail.1 and rgb2ycbcr.1 from installed manEven Rouault2016-12-031-2/+0
| | | | | | pages since the corresponding utilities are no longer installed. Reported by Havard Eidnes Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2606
* * html: Change as many remotesensing.org broken links to a workingBob Friesenhahn2016-09-2562-124/+124
| | | | URL as possible.
* * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff,Bob Friesenhahn2016-06-058-515/+3
| | | | | | | | | ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed from the distribution. The libtiff tools rgb2ycbcr and thumbnail are only built in the build tree for testing. Old files are put in new 'archive' subdirectory of the source repository, but not in distribution archives. These changes are made in order to lessen the maintenance burden.
* * html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn forBob Friesenhahn2016-04-081-7/+19
| | | | purposes of security issue reporting.
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-18/+7
|
* * Makefile.am (distcheck-hook), configure.ac: Applied patches byBob Friesenhahn2015-09-011-0/+1
| | | | | | Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditional on if cmake is available.
* All the CMakeLists.txt files were missing from the distribution tarball.Bob Friesenhahn2015-08-302-0/+6
|
* * CMakeLists.txt: Add CMake patchset by Roger Leigh as posted toBob Friesenhahn2015-06-251-0/+104
| | | | | | | libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added by me. I have not yet tested the build using 'cmake' or MSVC with 'nmake'.
* * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "LogicalBob Friesenhahn2015-05-281-1/+0
| | | | vs. bitwise operator".
* * automake: updated to 1.15Even Rouault2015-01-261-7/+19
| | | | * libtool: updated to 2.4.5
* * Update bundled libtool to 2.4.4 release.Bob Friesenhahn2014-12-291-47/+61
|
* * tools/tiffdump.c: Fix double-free bug.Bob Friesenhahn2014-12-061-61/+47
|
* * automake: updated to 1.14.1Even Rouault2014-11-201-47/+61
| | | | | * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order
* Sync tool usage printouts and man pages with reality.Tom Lane2013-03-063-15/+50
|
* * tools/tiffset.c: tiffset now supports a -u option to unset aBob Friesenhahn2012-12-041-4/+7
| | | | | tag. Patch by Zach Baker. See http://bugzilla.maptools.org/show_bug.cgi?id=2419
* * automake: Update Automake to 1.12.5 release.Bob Friesenhahn2012-11-181-1/+1
|
* * Makefile.am: Update to Automake 1.12.4Bob Friesenhahn2012-09-201-1/+1
|
* * Makefile.in: Update to Automake 1.12.3Bob Friesenhahn2012-08-191-18/+66
|
* * libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: AddBob Friesenhahn2012-08-191-5/+11
| | | | | | | | | | some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood. * libtiff/tif_write.c: Fix bug rewriting image tiles in a
* Add accessor functions for the opaque type TIFFField.Tom Lane2012-07-298-1/+415
|
* fix stdarg mispelling (#2322)Frank Warmerdam2012-06-011-2/+2
|
* * man/TIFFGetField.3tiff: Correct the 'count' field type in theBob Friesenhahn2012-05-191-9/+6
| | | | example for how to retreive the value of unsupported tags.
* * Update automake used to 1.11.3.Bob Friesenhahn2012-02-181-5/+5
|
* * configure.ac: Add libtiff private dependency on -llzma forBob Friesenhahn2011-12-221-13/+20
| | | | | pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2.
* Use "codec" rather than "coded"Bob Friesenhahn2011-08-021-2/+2
|
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesBob Friesenhahn2011-04-091-5/+0
| | | | | | | the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which libtiff is not. Resolves libtiff bug 2307 "Use AC_CANONICAL_HOST macro".
* Add -d and -sd switches to tiffset to allow operation on a particularFrank Warmerdam2011-03-261-1/+15
| | | | directory instead of just the first (jef)
* Added support for specifying the compression level parameter (preset) forAndrey Kiselev2010-12-231-8/+21
| | | | Deflate and LZMA encoders, e.g "-c lzma:p1" or "-c zip:p9".
* Needed to add tif_lzma.c to the Makefile.Bob Friesenhahn2010-12-181-1/+2
|
* Regenerate autotools stuff.Andrey Kiselev2010-12-141-2/+1
|
* Implement a new TIFF compression scheme LZMA reserving a new value 34925 forAndrey Kiselev2010-12-141-10/+12
| | | | Compression tag. As per bug http://bugzilla.maptools.org/show_bug.cgi?id=2221
* spelling fixes perLee Howard2010-12-123-9/+9
| | | | http://bugzilla.maptools.org/show_bug.cgi?id=2144
* * tools/tiff2pdf.c: add fill-page optionLee Howard2010-12-111-1/+4
| | | | http://bugzilla.maptools.org/show_bug.cgi?id=2051
* * libtiff-4.pc.in: Added libtiff pkg-config .pc file support.Bob Friesenhahn2010-11-271-1/+4
| | | | Patch by Vincent Torri.
* * tools/tiffcrop.c: Patch from Richard Nolde to avoid aBob Friesenhahn2010-07-131-1/+1
| | | | | potentially unterminated buffer due to using an exceptionally long file name.
* * tools/tiffcrop.c: Applied patch from Richard Nolde: CorrectedBob Friesenhahn2010-06-111-569/+571
| | | | | | | | European page size dimensions. Added an option to allow the user to specify a custom page size on the command line. Fix the case where a page size specified with a fractional part was being coerced to an integer by retyping the variables that define the paper size.
* * Update libtool to version 2.2.8.Bob Friesenhahn2010-06-081-1/+0
| | | | | | | | | | | * libtiff/tif_fax3.c (Fax3SetupState): Avoid under-allocation of buffer due to integer overflow in TIFFroundup() and several other potential overflows. In conjunction with the fix to TIFFhowmany(), fixes CVE-2010-1411. * libtiff/tiffiop.h (TIFFhowmany): Return zero if parameters would result in an integer overflow. This causes TIFFroundup() to also return zero if there would be an integer overflow.
* added -x switch to tiffcp to (re)number allt he pages (#2203)Frank Warmerdam2010-06-031-1/+4
|
* * man/TIFFGetField.3tiff, man/TIFFSetField.3tiff: Fixed doc to reflect theOlivier Paquet2010-05-062-4/+4
| | | | fact that libtiff considers TIFFTAG_REFERENCEBLACKWHITE to be 6 floats.
* Fixed "artist" field number properly (#2129).Frank Warmerdam2009-12-031-2/+2
|
* Make TIFFDisplay argument in TIFFCIELabToRGBInit const, and display_sRGB ↵Frank Warmerdam2009-11-301-2/+2
| | | | static and const.
* * tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop from RichardBob Friesenhahn2009-09-241-536/+569
| | | | | | Nolde. Major updates to add significant functionality for reading and writing tile based images with bit depths not a multiple of 8 which cannot be handled by tiffcp.
* * man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: AppliedBob Friesenhahn2009-08-244-8/+8
| | | | | fixes for "Bug 2023 - nroff errors in manual pages". http://bugzilla.maptools.org/show_bug.cgi?id=2023
* * configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11,Bob Friesenhahn2009-08-201-90/+132
| | | | | | | libtool 2.2.6. Enabled support for silent build rules (--enable-silent-rules or 'make V=0') and colorized tests. * html/{index.html, v3.9.0.html}: Update for 3.9.0 release.
* Updates for tiff2ps.1Bob Friesenhahn2009-01-121-3/+15
|
* * tools/tiff2ps.c: Incorporated significant functionality updateBob Friesenhahn2009-01-111-95/+76
| | | | | | | | | | | | from Richard Nolde. In particular, support for rotating the image by 90, 180, 270, and 'auto' has been added. Still waiting for documentation patch to man/tiff2ps.1. * man/tiffcrop.1: Incorporated documentation updates from Richard Nolde. * tools/tiffcrop.c: Incorporated significant functionality update from Richard Nolde.