Standardizing JPEG licensing
Nathan R. Yergler <
nathan@...>
2005-08-01 15:23:07 GMT
Creative Commons has long had standard methods for embedding license
information in MP3 and OGG audio files. As we begin to work on a
"libcc" or similar library, we probably need to discuss best practices
for embedding in other common formats. The one that matters to me today
is JPEG, so I wanted to outline a couple of options and get feedback or
consensus.
It seems there are two obvious possiblities for embedding CC license
information in JPEG files. First, EXIF contains a "copyright" tag which
is intended to be populated with a statement such as "Copyright, John
Smith, 20xx. All rights
reserved." Following the example of embedding a license statement in
the TCOP field of ID3v2 for MP3 files, we could embed a standard
statement, such as "© 1995 Example Photographer. Licensed to the public
under http://creativcommons.org/licenses/by/2.0/ verify at
http://example.com/licenseinfo". Work metadata and verification
information would then be stored in an external file, in this case
http://example.com/licenseinfo. This approach has the advantages that
EXIF manipulation is well understood and a common operation of image
editting software and sites. Additionally, other tools may be able to
display CC license metadata (even if they do not validate or populate)
simply because they display all available EXIF data. However, the
disadvantage is that it requires metadata to be stored in an external,
secondary file.
The other semi-obvious choice that comes to mind is using Adobe XMP
metadata (http://www.adobe.com/products/xmp/). CC already provides a
specification and instructions for using XMP metadata in Adobe
applications such as Photoshop
(http://creativecommons.org/technology/xmp-help) and Adobe provides an
(Continue reading)