Difference between revisions of "XMP help for Adobe applications"

From Creative Commons
Jump to: navigation, search
m (Creative Commons XMP Custom FileInfo Panel)
Line 109: Line 109:
 
Copyright information is displayed in the standard Description panel (see screenshot above).  This may be supplemented by the [http://johnbishopimnages.com/photoshop Creative Commons XMP FileInfo panel].  This optional panel displays the copyright information available via the Description panel as well as a pointer to this page for help and a License URL, which may differ from the Copyright Info URL (see [[XMP#advanced|advanced usage]]).
 
Copyright information is displayed in the standard Description panel (see screenshot above).  This may be supplemented by the [http://johnbishopimnages.com/photoshop Creative Commons XMP FileInfo panel].  This optional panel displays the copyright information available via the Description panel as well as a pointer to this page for help and a License URL, which may differ from the Copyright Info URL (see [[XMP#advanced|advanced usage]]).
  
This custom XMP FileInfo panel [http://johnbishopimages.com/photoshop is available for free ...]
+
This custom XMP FileInfo panel [http://johnbishopimages.com/creativecommons/?xmp is available for free ...]
  
[[File:CS4-CS5-XMP-FileInfo-Panel.jpg]]
+
[[File:CS4-CS5-XMP-FileInfo-Panel-2.jpg]]
  
 
<small><br>The XMP logo is either a registered trademark or trademark of the Adobe Systems Incorporated in the United States and/or other countries.
 
<small><br>The XMP logo is either a registered trademark or trademark of the Adobe Systems Incorporated in the United States and/or other countries.
  
--[[User:John Bishop|John Bishop]] 00:52, 6 September 2010 (UTC)
+
--[[User:John_Bishop_Images|john bishop images]] 22:16, 25 November 2010 (PST)
[http://johnbishopimages.com/photoshop Get the latest version ...]
+
[http://johnbishopimages.com/creativecommons/?xmp Get the latest version ...]

Revision as of 06:16, 27 November 2010

You are here because you want to use an Adobe application like Photoshop to mark files as re-usable under a Creative Commons license.

Many Adobe applications support embedding XMP metadata in files, including PSD documents, Digital Negative files (DNG), JPEG files and PDF documents. The Creative Commons licensing process offers an XMP template which may be used to mark documents with Creative Commons license information.

A Creative Commons XMP FileInfo panel, accessible from many Adobe applications, is also available.

Note that a licensed PDF document should include a visible copyright notice as described in how to tag works in addition to embedded metadata.

How to tag a single file

Step 1: Choose a license

Click on "choose license" on most pages at creativecommons.org to visit the license selection application.

Step 2: Create an XMP template

In order to mark you work you need an XMP template. You can create this using a text editor. Use the following text, replacing LICENSE_URL, YOUR_NAME and LICENSE_NAME with the appropriate values.

For example, if a user chose Attribution 3.0 they would replace LICENSE_URL with http://creativecommons.org/licenses/by/3.0/, LICENSE_NAME with Attribution 3.0 and YOUR_NAME with the user's name.


<?xpacket begin='' id=''?><x:xmpmeta xmlns:x='adobe:ns:meta/'>
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>

     <rdf:Description rdf:about=''
      xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'>
      <xapRights:Marked>True</xapRights:Marked> </rdf:Description>

     <rdf:Description rdf:about=''
      xmlns:dc='http://purl.org/dc/elements/1.1/'>
      <dc:rights>
       <rdf:Alt>
        <rdf:li xml:lang='x-default' >Copyright 2009, YOUR_NAME. Licensed to the public under Creative Commons LICENSE_NAME.</rdf:li>
       </rdf:Alt>
      </dc:rights>
     </rdf:Description>

     <rdf:Description rdf:about=''
      xmlns:cc='http://creativecommons.org/ns#'>
      <cc:license rdf:resource='LICENSE_URL'/>
     </rdf:Description>

    </rdf:RDF>
</x:xmpmeta><?xpacket end='r'?>

Step 2a (Mac OS X): Save the file to the right folder

Under OS X save the file to

/Users/{YOUR USERNAME}/Library/Application Support/Adobe/XMP/Metadata Templates

where {YOUR USERNAME} is replaced with your OS X short username. You may have to manually create the 'Metadata Templates' directory before saving.

The filename needs to end with .XMP.

Step 2a (Windows): Save the file to the right folder

In Windows XP, the file should go in this folder:

C:\Documents and Settings\{YOUR USERNAME}\Application Data\Adobe\XMP\Metadata Templates

In Windows Vista and Windows 7, the file should go in this folder:

C:\Users\{YOUR USERNAME}\Application Data\Adobe\XMP\Metadata Templates

where {YOUR USERNAME} is replaced with your Windows username. The easiest way do this is to save the file to the desktop, and then to:

  1. Click on the Start Menu
  2. Click "Run..."
  3. Type Desktop\..\Application Data
  4. Click "OK"
  5. Open the "Adobe" folder inside there
  6. Open the "XMP" folder inside there, or create it if there is no XMP folder
  7. Open the "Metadata Templates" folder inside, or create it if there is no folder by that name
  8. Drag the XMP file you saved to your desktop to the folder that just opened
  9. Close the folder

You may have to create the "XMP" folder under "Adobe", and you may also have to create the "Metadata Templates" folder under "XMP".

The filename needs to end with .XMP.

Step 3: Mark Document

Within your Adobe application open the metadata panel while editing a file you want to mark (File | File Info in Photoshop for example). Using the fly-out menu in the lower left corner of the panel, choose the template you saved.

CC-templates.jpg

In Acrobat 9, go to File | Document Properties and click on the Description tab. From there click an Additional Metadata... and select Advanced in the panel on the left. Click on the fly-out menu in the top left corner and select the template you saved.

CC-acrobat-templates.png

Step 4: Save and Publish

Save your file! If publishing on the web the page that links to your XMP-marked document should contain a license notice and metadata, which can be copied from the same licensing process.

Creative Commons XMP Custom FileInfo Panel

Copyright information is displayed in the standard Description panel (see screenshot above). This may be supplemented by the Creative Commons XMP FileInfo panel. This optional panel displays the copyright information available via the Description panel as well as a pointer to this page for help and a License URL, which may differ from the Copyright Info URL (see advanced usage).

This custom XMP FileInfo panel is available for free ...

File:CS4-CS5-XMP-FileInfo-Panel-2.jpg


The XMP logo is either a registered trademark or trademark of the Adobe Systems Incorporated in the United States and/or other countries.

--john bishop images 22:16, 25 November 2010 (PST) Get the latest version ...