Changes in TIFF v3.7.0alpha

References

Current Version

v3.7.0alpha (tag Release-v3-7-0-alpha)

Previous Version

v3.6.1

Master Download Site

https://download.osgeo.org/libtiff/

Master HTTP Site

http://www.simplesystems.org/libtiff/

This document describes the changes made to the software between the previous and current versions (see above). If you don't find something listed here, then it was not done in this timeframe, or it was not considered important enough to be mentioned. The following information is located here:

Major changes

  • Significant changes in software configuration: we are switched to GNU autotools now.

  • tiffset: Set any libtiff supported tags. Tags can be supplied by the mnemonic name or number.

Software configuration changes

  • Get rid of the old configuration system and switch to GNU autotools.

Library changes

Tools changes

  • tiffset: Set any libtiff supported tags. Tags can be supplied by the mnemonic name or number.

  • ycbcr.c: fixed main() declaration as per: Remote Sensing bugzilla #513 [no longer available].

  • tiffsplit: Don't forget to copy PhotometricInterpretation tag.

  • tiffsplit:

    • Fixed problem with unproperly written multibyte files. Now output files will be written using the same byte order flag as in the input image. See Remote Sensing bugzilla #574 [no longer available].

    • Copy JPEGTables tag contents for JPEG compressed images. Reported by Artem Mirolubov.

  • tiffcp:

    • Close output file on normal exit.

    • Don't emit warnings when Orientation tag does not present in the input image.

    • Properly set Photometric Interpretation in case of JPEG compression of grayscale images.

    • Fixed problem with wrong interpretation of the InkNames tag as per bug Remote Sensing bugzilla #466 [no longer available]. Memory leak fixed.

    • Fixed problem with wrong PhotometricInterpretation setting for non-RGB images.

Contributed software changes

  • Outdated stuff removed.

  • Almost all programs are synchronized with the current libtiff and should compile without problems.

LZW compression kit changes

  • No changes.