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
3
votes
0 answers

Any conventional standards for storing OCR data/metadata in JPEG images?

I want to organize a collection of scanned documents (receipts, bank statements, etc.) by adding their metadata and text content (OCR'ed) into the same jpeg files. Is there any more or less commonly accepted way of storing such data? Any commonly…
Vasily A
  • 8,256
  • 10
  • 42
  • 76
3
votes
1 answer

Fuse-Python: Unable to run example

I'm tinkering around with the fuse-python bindings and I can't seem to grasp how to run the example xmp.py from the library package (xmp.py is located here). Looking at a lecture slide from MIT (located here), on slide 33, it shows the command line…
Chris Allen
  • 653
  • 4
  • 9
  • 17
3
votes
2 answers

Open source library to get geotags from images?

Is there an open source library to efficiently and reliably get geotags from an image? I want something system agnostic, hence a library instead of a program. I would love something well documented and in Python but any language works. I'm not…
mand
  • 395
  • 2
  • 13
3
votes
1 answer

Adding XMP Meta Dublin language with FOP 2.1

I want to create a valid PDF/A2-b File. After that in wanna put in a ZUGFeRD invoice with the PDFLib libary. Every time I check the PDF with a Online Validator I get the following error: rechnung.pdf does not conform to PDF/A. Validating file…
Dennis
  • 85
  • 6
3
votes
2 answers

Inserting/Updating XMP in a PDF?

How can I insert/update some XMP metadata into a PDF file preferably using java ?
Pierre
  • 34,472
  • 31
  • 113
  • 192
3
votes
1 answer

Adding XMP Meta Data in Postscript

I am adding XMP meta data in Postscript file but facing problem in Coverting it into PDF using Adobe Distiller. Here is my PS File /MainFont /Helvetica-Bold findfont 15 scalefont def /SloganFont /Helvetica-Oblique findfont 7 scalefont…
Arslan Ahmed
  • 278
  • 2
  • 12
3
votes
1 answer

Trying to write to the Keywords windows metadata item using C#

We have a couple folks, right now, going through a directory of thousands of jpgs and hand-setting the Tags metadata item on them in Windows explorer. I want to whip something up to just read the spreadsheet they're getting the tags from and…
nst
  • 41
  • 4
3
votes
1 answer

How can I embed metadata into a custom XMP field with exiftool?

Can someone please explain how to embed metadata into a custom metadata field in an MP4 file with exiftool? I've searched all the docs and it seems to be related to the config file that needs to be created. Here is what I'm working with. (I know…
JasonPerr
  • 339
  • 3
  • 16
3
votes
3 answers

how to extract 'copyright status' from JPEG in C#

I created an app which reads the JPEG meta data and stores it in the database, so that we can see if it has rogue characters. I can extract the meta data using below code but i am unable to extract copyright Status. Is there a way i can extract…
Kamran Pervaiz
  • 1,861
  • 4
  • 22
  • 42
3
votes
1 answer

How to read XMP face data from JPEG in Java

I have saved Picasa's face data inside my JPEG files (in XMP) and now I am trying to read that information in Java. So far I am failing and help would be much appreciated. I am trying to use metadata-extractor library (though any other solution…
texnic
  • 3,959
  • 4
  • 42
  • 75
3
votes
1 answer

Reading a distant image with JavaScript and getting its metadata

I want to read XMP metadata of a JPEG file in JavaScript. I found a way for PHP (How can I read XMP data from a JPG with PHP?) and we can easily adapt it in JavaScript using AJAX, but the problem is : what about the distant images, those which are…
Jeremy
  • 554
  • 5
  • 16
3
votes
1 answer

How to preserve XMP metadata in Objective C?

I need my photo-editor app to preserve unknown metadata entries that were existing in the original photo that was opened by my app (for example, non-standard XMP meta-data) I tried to use the Apple's built-in meta-data read/write meta-data, with no…
Yoav
  • 5,962
  • 5
  • 39
  • 61
3
votes
0 answers

Are there any Java libraries than can read hierarchical xmp data from files?

I tried looking into Apache Tika, but it seems to flatten XMP keywords to a single level. Are there any Java libraries than can read hierarchical xmp data from files? Even just image files would suffice, but the more file types the better.
wannabeartist
  • 2,753
  • 6
  • 36
  • 49
2
votes
0 answers

Displaying all XMP tags

I am trying to get all The XMP data from a Image, with the XMP Library from Adobe. I will actually like to retrieve the information of the image, so i believe i have to retrieve data from the name space…
user1004413
  • 2,509
  • 6
  • 23
  • 33
2
votes
0 answers

Manipulating Google Cardboard photo in Python

I would like to manipulate a Google Cardboard photo under Windows 10 with a Python script. I am using PIL. Reading the image data and writing the manipulated image back works fine, but then I lose the XMP metadata, without which Google Cardboard…
zeus300
  • 1,017
  • 2
  • 12
  • 30