Summary | Add exiftool driver for Horde_Image_Exif |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 08/01/2009 (5816 days ago) |
Due | |
Updated | 10/24/2009 (5732 days ago) |
Assigned | |
Resolved | 10/24/2009 (5732 days ago) |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Add exiftool driver for Horde_Image_Exif
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
(http://www.sno.phy.queensu.ca/~phil/exiftool/) as a reader/writer of
image metadata. exiftool supports the big three meta data formats
(EXIF, IPTC, and XMP) along with plethora of others. Our current
support is limited to a subset of EXIF reading only. Should probably
rename Horde_Image_Exif to Horde_Image_Metadata once this gets
implemented. Downside is exiftool is a combination of Perl libraries
and a command line tools...
Should automatically choose the best available driver (exiftool, php
native, imagick(?), exifer) with ability to explicitly select a
specific driver.