Questions tagged [xmp]

The Adobe Extensible Metadata Platform (XMP) is a standard, created by Adobe Systems Inc., for processing and storing standardized and proprietary information relating to the contents of a file.

The Adobe Extensible Metadata Platform (XMP) is a standard, created by Adobe Systems Inc., for processing and storing standardized and proprietary information relating to the contents of a file. it is a labeling technology that allows you to embed data about a file, known as metadata, into the file itself. Adobe provides XMP Toolkit(http://www.adobe.com/devnet/xmp.html) that is available under the BSD license. The XMP Toolkit allows you to integrate XMP functionality into your product or solution. It supports Macintosh, iOS, Windows, as well as UNIX and comes with samples, documentation, source code and scripts to generate project files.

One of the most useful tools that can handle XMP reading and writing in a variery of formats is EXIF Tool.

248 questions
2
votes
1 answer

Extracting XMP metadata from EPS files

I am trying to implement a module in either C# or classic ASP, which extracts the XMP data from a EPS file. Is there a framework or component (not necesarilly free) which can help me to create this module? Any advice / direction will be greatly…
Ionel
  • 21
  • 2
2
votes
1 answer

Compass metadata tag in photos

We have a GPS enable camera that also stores the compass direction or bearing in the metadata in the photo. The GPS X and Y and other GPS information is stored in the GPSInfo tag in the EXIF data, however compass direction is not there. Does anyone…
Nathan W
  • 54,475
  • 27
  • 99
  • 146
2
votes
2 answers

Correct way of parsing XMP XML metadata attached to the end of a PDF file?

I have a PDF with some meta data in XMP XML format attached to the end. What is the correct way of parsing and using this meta data? At the minute i have a working solution using C99, parsing each character in the file, starting at the beginning and…
Gary Willoughby
  • 50,926
  • 41
  • 133
  • 199
2
votes
3 answers

Good metadata image dump utilities?

I'm looking for the best tool out there to extract any and all metadata embedded within the most popular image file formats (JPEG and PNG specifically). I would like to know about whatever is in there (XMP, Exif, IPTC/IIM, etc.). Ideally I am…
fbrereto
  • 35,429
  • 19
  • 126
  • 178
2
votes
2 answers

How to convert BitmapMetadata keys to corresponding XMP names?

I am writing an open-source library to extract image metadata and store as XMP serialized in an XML sidecar (ideally identically to how Adobe's apps serialize their metadata). My problem is it appears that BitmapMetadata has all of the values that I…
mckamey
  • 17,359
  • 16
  • 83
  • 116
2
votes
2 answers

Library for writing XMP to a multipage TIFF

Can you recommend a library that lets me add XMP data to a TIFF file? Preferably a library that can be used with Java.
niklassaers
  • 8,480
  • 20
  • 99
  • 146
2
votes
1 answer

Embed an XML file in a PDF using iText

I have the Data.xml file and a pdf file filled with informations. I'm trying to embed the data.xml file in the XMP metadata stream of the PDF because this data should be hidden. I used iText to create the pdf and to add the usual metadata such as…
Igr
  • 965
  • 4
  • 13
  • 26
2
votes
2 answers

Read XMP from existing PDF with iTextSharp

How can I read XMP from an existing PDF file using iTextSharp?
knut
  • 4,699
  • 4
  • 33
  • 43
2
votes
2 answers

Show source code without XMP tag

How do I show HTML markup including tags without using the XMP element on an HTML5 website? The website is made with HTML5 and shows tutorials about HTML, C++ etc. So I need to show the source code of many programming languages.
2
votes
1 answer

Access sidecar files in a Mac sandboxed app

I need to access sidecar XMP files in a document-based photo editor application. The image files are the documents, and I need to access the sidecar XMP file when the user open and save an image document. Is it possible to access sidecar files (such…
Yoav
  • 5,962
  • 5
  • 39
  • 61
2
votes
1 answer

How to manipulate diverse meta-informations of image files in PHP

There are diverse formats to add meta-Information to image (and video) files. nearly every digitalcamera add them to fotos. And sometimes people don't want them to be published. The standards I found so far are: Exif IPTC-NAA XMP Are there more?…
R_User
  • 10,682
  • 25
  • 79
  • 120
2
votes
0 answers

How to rewrite XMP XML in jpg file using Apache Sanselan library?

I want to write XMP to jpg. I use Apache Sanselan library. In the following code I'm trying to read XMP XML and write it again to the same file but get the exception(ImageReadException: Unexpected EOF.). File file=new File("./img/file.jpg");//input…
Alexey
  • 7,127
  • 9
  • 57
  • 94
1
vote
1 answer

Extract all values from a XMP

I need extract some informations from a XMP file using XPATH expressions. I have a XMP file like this :
1
vote
2 answers

Automator/AppleScript to find same file name with different extension in same directory

I'd like to create an automator action to help manage DNG/XMP files. I'd like to be able to drag a DNG (or several) onto the action which will send the DNG and the matching XMP file to the trash. The files have the same name except for the…
Zak J
  • 156
  • 1
  • 8
1
vote
3 answers

Modifying XMP data with C#

I'm using C# in ASP.NET version 2. I'm trying to open an image file, read (and change) the XMP header, and close it back up again. I can't upgrade ASP, so WIC is out, and I just can't figure out how to get this working. Here's what I have so…
Brian Hicks
  • 6,213
  • 8
  • 51
  • 77