Project

General

Profile

Feature #405

Separate metadata parsing from metadata storage

Added by Brad Schick almost 17 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Category:
design
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:

Description

To make the design of exiv2 more modular, the parsing of metadata from block of memory should be made distinct components sepearate from the metadata containers. This will allow for the reuse of both metadata containers with different metadata encodings and metadata parsers with different image types.

Additional information:

The potential of this design is somewhat limited by the needs of both performance and "non-intrusive" exif writes. To provide non-intrusive exif writes and better performance, the metadata storage classes will probably need to carry around some parser specific data.

History

#1

Updated by Andreas Huggel over 13 years ago

Metadata parsing is now consistently implemented in a number of Parser classes with static encode and decode methods (TiffParser, ExifParser, IptcParser, XmpParser, etc.) Metadata containers carry no information about the binary representation and don't do any parsing anymore.

#2

Updated by Andreas Huggel almost 13 years ago

  • % Done changed from 0 to 100
#3

Updated by Andreas Huggel almost 13 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF