Bug #831
For TIFF-like images, non-intrusive writing is not used when it should
Start date:
04 Jul 2012
Due date:
% Done:
100%
Estimated time:
Description
Simple changes to TIFF-like images are written using the intrusive write-algorithm. The following command demonstrates the problem:
exiv2 -Qd -a1 image.tiff
Some of the logic related to the image tags introduced with #668 seems to essentially disable the use of non-intrusive writing for TIFF-like images.
(Reported by Thomas Lotze in a forum post)
Related issues
Associated revisions
#831: Added simple test for non-intrusive writing to a TIFF file.
History
Updated by Andreas Huggel over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Updated by Robin Mills over 8 years ago
- Status changed from Resolved to Closed
- Priority changed from High to Normal
Fixed in 0.24.
#831: Also delete image tags from the Exif container during encoding.