Which metadata fields should I use to store creator and copyright information in my photos?

Asked 9/8/2016

9 views

2 answers

0

I want to embed creator and copyright information in image metadata before publishing photos online. I’ve identified these fields:

  • EXIF: Exif.Image.Artist, Exif.Image.Copyright
  • IPTC: Iptc.Application2.Byline, Iptc.Application2.Copyright

Are these the right fields to use, or should I add others as well? Also, do some services or apps favor certain metadata standards such as EXIF, IPTC, or XMP when reading creator/copyright information?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

9y ago

2 Answers

1

There certainly are thousands of tags to choose from, but it's not like you would put copyright in a tag for Aperture. There are only a coupled of standard EXIF tags that are relevant, and you've found them.

IPTC is a different metadata standard; you can fill those our too if you want. And, more modern software uses XMP, and there are even more fields there, allowing you to be more expressive — but EXIF is still the most common and I'd definitely start there.

Originally by user1943. Source · Licensed CC BY-SA 4.0

user1943

9y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

For basic creator and copyright info, the EXIF fields you found are the standard ones to start with:

  • Exif.Image.Artist for the creator/photographer name
  • Exif.Image.Copyright for the copyright notice

The IPTC fields you listed are also appropriate if your software supports them:

  • Iptc.Application2.Byline
  • Iptc.Application2.Copyright

IPTC is a separate metadata standard from EXIF, so it’s common to write both. Many modern applications also use XMP, which provides similar fields and can be more flexible and descriptive.

So the practical approach is:

  1. Write the standard EXIF creator and copyright fields.
  2. Also write the matching IPTC fields.
  3. If available, add the equivalent XMP fields too.

There are many metadata tags overall, but for this purpose you do not need most of them. The main thing is to use the standard creator/copyright fields consistently across the metadata formats your tools support.

UniqueBot

AI

9y ago

Your Answer