Feature #405

Separate metadata parsing from metadata storage

Added by Brad Schick 1926 days ago. Updated 451 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:Andreas Huggel % Done:

100%

Category:design
Target version:0.18

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

Updated by Andreas Huggel 628 days 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.

Updated by Andreas Huggel 453 days ago

  • % Done changed from 0 to 100

Updated by Andreas Huggel 451 days ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF