This update for tiff fixes the following issues:
tiff was updated to 4.7.1:
Software configuration changes:
CMake: Add build option tiff-static (fixes issue #709)
Library changes:
Add TIFFOpenOptionsSetWarnAboutUnknownTags() for explicit control about emitting warnings for unknown tags. No longer emit warnings about unknown tags by default
tif_predict.c: speed-up decompression in some cases.
Bug fixes:
tif_fax3: For fax group 3 data if no EOL is detected, reading is retried without synchronisation for EOLs. (fixes issue #54)
raw2tiff: close input file before exit (fixes issue #742)
Tools changes:
tiffinfo: add a -W switch to warn about unknown tags.
tiffdither: process all pages in input TIFF file.
Documentation:
TIFFRGBAImage.rst note added for incorrect saving of images with TIFF orientation from 5 (LeftTop) to 8 (LeftBottom) in the raster.
update TIFFOpen.rst with the return values of mapproc and unmapproc. (fixes issue #12)
Fix TIFFMergeFieldInfo() readcount=writecount=0 (bsc#1243503)
*Fix memory leaks (bsc#1236834)
Update to 4.7.0:
Software configuration changes:
Library changes:
Documentation:
Re-added tools:
New/improved functionality:
Bug fixes for tools: