Logout Developer Knowledgebase Search Adobe Partners Main Adobe Solution Partner Finder Adobe Solution Partner Program Support Developer Knowledgebase Adobe Solution Partner Program Products & Technology Adobe
Developer Knowledgebase

Knowledgebase HomeGraphics Server KB

Overview
Software Development Kits
Developer Knowledgebase
Support
Legal Notices
Feedback
Adobe Solution Partner Program
Join
Find a Solution Partner

Product
Graphics Server
 
Version
2.0
 
Last Edited
05-Nov-2003
 
Document
53348

How To: How is the Photoshop 6 metadata format saved from Adobe Server?

Summary
The saveContent command writes out both the old metadata format and the new formats (XMP, IPTC, and EXIF) formats for PSD and TIFF files.


Issue
We use TIFF fils with IPTC header information created with Photoshop 6. Can Adobe Server convert these to the Photoshop 7 format (XMP)?

History
Photoshop has supported IPTC metadata since at least version 4. The way the data is stored into the files was changed with Photoshop 7-- to use XMP.

What is IPTC and what is it used for?
(from Photoshop 7 help)
File information--also called metadata--is increasingly important in all types of publishing. Adobe Photoshop supports the information standard developed by the Newspaper Association of America (NAA) and the International Press Telecommunications Council (IPTC) to identify transmitted text and images. This standard includes entries for captions, keywords, categories, credits, and origins.

In Windows, you can add file information to files saved in Photoshop, TIFF, JPEG, EPS, and PDF formats. In Mac OS, you can add file information to files in any format. The information you add is embedded in the file using XMP (eXtensible Metadata Platform). XMP provides Adobe applications and workflow partners with a common XML framework that standardizes the creation, processing, and interchange of document metadata across publishing workflows.

Solution
The saveContent command writes out XMP, IPTC, and EXIF metadata formats for PSD and TIFF files. To answer the original question, AGS/ADS writes both the old and new formats for TIFFs. This issue is discussed in the Developer Guide Table 4.1.

The saveOptimized command writes out only the metadata formats you specify that are supported for the destination file format (per table 4.1).

JPEGs are special
You can't just look at the saveOptimized attributes--the optimization settings for JPEG also affect whether IPTC metadata is saved with the file.

saveOptimized
The metadata attribute is optional. It specifies which metadata formats to save with the optimized file. You can specify a combination of formats, separated by spaces. Allowed formats are:
  • exif (JPEG only)
  • xmp
  • iptc (JPEG only)
If the attribute is not supplied, no metadata is saved with the file. No metadata is saved with a WBMP file.

optimization settings
The optimization settings for the JPEG file format also include a metadata attribute. If this attribute is true, IPTC metadata is embedded in the file regardless of the value of the saveOptimized metadata attribute. In this case, you can use the saveOptimized metadata attribute to specify XMP or EXIF in addition to the IPTC format.

back to top
Was this Knowledgebase document helpful? Yes  No
The articles in this knowledgebase are intended for use by software programmers currently using an Adobe SDK to extend or customize an Adobe product. These articles may be highly technical in nature.
If you have questions about an Adobe Product that are not related to development or an SDK product please visit: http://adobe.com/support/main.html
Copyright © Adobe Systems Incorporated. All rights reserved.
Terms of Use
Online Privacy Policy