Imagemagick: identify -format "%[EXIF:string]" yields nothing
Bug #250798 reported by
jkampe
This bug report is a duplicate of:
Bug #227631: identify reports every single EXIF tag as empty.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
imagemagick (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: imagemagick
Ubuntu 8.04
apt-cache policy imagemagick
imagemagick:
Installed: 7:6.3.7.
Candidate: 7:6.3.7.
Take any jpg image with correct EXIF data, and run
identify -format "%[EXIF:DateTime]" image.jpg
The command (incorrectly) outputs nothing!
Even though
identify -format "%[EXIF:*]" image.jpg
reports correctly the list of exif data including DateTime.
This is not specific of DateTime: apparently it does not work with any of
the tags.
The bug is fixed in the latest version of (upstream) imagemagick.
Ref. Debian bug #473529
http://
To post a comment you must log in.