Feature #665
Write support for Olympus RAW ORF files
Start date:
29 Dec 2009
Due date:
% Done:
100%
Estimated time:
Description
They seem to have a TIFF/EP structure with a simple extended header.
Related issues
Associated revisions
#665: Quick-fix for the exiv2 utility to allow inserting Exif data into ORF files.
History
Updated by Andreas Huggel almost 12 years ago
Apparently ORF files have the same structure as TIFF files except for a different TIFF header magic number (and more than one such numbers seem to be in use).
For that small deviation the current implementation requires new Image, Parser and Header classes in three new files.
How can this be avoided? Maybe make this a configuration detail of a more generic TIFF image class (and preferably not require pulling the Header classes into the published interface)? Or generalize the TIFF class so that is covers ORF as well?
Updated by Andreas Huggel over 11 years ago
- Status changed from New to Resolved
- % Done changed from 70 to 100
#665: Added write-support for ORF files.