Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Adding Unique Tags   Message List  
Reply | Forward Message #1487 of 1513 |
Re: Adding Unique Tags

Hello John,

> I tried to add new tags to the exif data of my digital images
> using exiv2 with no success.
[...]
> Is there some other way to add tags to an image that
> are not defined in the code already?

You can add unknown tags in existing groups using keys with
hexadecimal tag numbers. Eg "Exif.Image.0x1234"
There is no way to add custom Exif groups (like
"Exif.MyGroup.0x1234"), groups are hardwired to the TIFF structure.
Adding a new TIFF structure element is problematic anyway: other
software wouldn't be able to read it and would corrupt it when writing
other (known) tags.
This limitation does not exist for IPTC and XMP metadata, for these
you can add unknown tags as well as custom groups.

Andreas





Mon Jan 5, 2009 1:58 am

zzzahu
Offline Offline
Send Email Send Email

Forward
Message #1487 of 1513 |
Expand Messages Author Sort by Date

Hello, I tried to add new tags to the exif data of my digital images using exiv2 with no success. I looked at the code and it appears the only way to add tags...
Uniquely Creative
uniquelycrea...
Offline Send Email
Jan 4, 2009
10:48 pm

Hello John, ... [...] ... You can add unknown tags in existing groups using keys with hexadecimal tag numbers. Eg "Exif.Image.0x1234" There is no way to add...
Andreas Huggel
zzzahu
Offline Send Email
Jan 5, 2009
1:59 am

Andreas, Thanks for your reply. I forgot to mention I was trying to do this with the command line. I should have been more clear in that respect and provided...
uniquelycreative
uniquelycrea...
Offline Send Email
Jan 5, 2009
2:53 am

... OATEST-02> exiv2 -M'reg ns myNamespace/' -M'set Xmp.ns.MyProperty metadata' test.jpg OATEST-02> exiv2 -M'set Iptc.0x00ff.0x1234 metadata' test.jpg ...
Andreas Huggel
zzzahu
Offline Send Email
Jan 5, 2009
3:52 am
Advanced

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help