Feature #462
Support TIFF format
Start date:
Due date:
% Done:
100%
Estimated time:
Description
A TIFF parser is needed which should be able to support TIFF and all TIFF-based formats. These include Nikon NEF, Canon CR2 and others.
The existing Jpeg Exif parser should eventually be replaced with the new TIFF parser as well.
Related issues
History
Updated by Andreas Huggel over 15 years ago
File formats which contain a block of Exif data (like JPEG) will need a new Image subclass to extract/insert that block. It can then use the TIFF parser to de/encode it.
Updated by Andreas Huggel about 15 years ago
TIFF read support is available starting from v0.10. Pending write support.
Updated by Andreas Huggel about 13 years ago
TIFF write support is available from v0.18. This includes TIFF like RAW formats NEF, DNG, PEF, but not yet CR2 (which is mentioned in the bugreport).