xmp

<XMP> Tag

Does anyone remember the XMP tag? What was it used for and why was it depreciated?...

XMP library for ruby

Hi All, Could any one recommended an open source library that allows me add XMP metadata to JPEG images? Thanks. ...

reading/writing xmp metadatas on pdf files through pypdf

I can read xmp metadatas through pyPdf with this code: a = pyPdf.PdfFileReader(open(self.fileName)) b = a.getXmpMetadata() c = b.pdf_keywords but: is this the best way? And if I don't use the pdf_keywords property? And is there any way to set these metadatas with pyPdf? ...

XMP image tagging and Python

If I were to tag a bunch of images via XMP, in Python, what would be the best way? I've used Perl's Image::ExifTool and I am very much used to its reliability. I mean the thing never bricked on tens of thousands of images. I found this, backed by some heavy-hitters like the European Space Agency, but it's clearly marked as unstable. No...

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 far: Bitmap bmp = new Bitmap(Server.MapPath(imageFile)); MemoryStream ms = new MemoryStream()...

Reading "People Tags" inserted by Windows Live Photo Gallery

Photo Gallery gives you the ability to mark a person's face and apply a tag to it. I understand it inserts tags directly into the file rather than store it off in a database or accompanying metafile anywhere. So if that's true, what data is it inserting and how is it formatted? ...

Read XMP from existing PDF with iTextSharp

How can I read XMP from an existing PDF file using iTextSharp? ...

How can I read XMP data from a JPG with PHP?

PHP has built in support for reading EXIF and IPTC metadata, but I can't find any way to read XMP? ...

Library for writing XMP to a multipage TIFF

Hi guys, Can you recommend a library that lets me add XMP data to a TIFF file? Preferably a library that can be used with Java Cheers Nik ...

Checksum JPEG data (not the whole file)

Are there end-of-exif / end-of-xmp / end-of-iptc / start-of-data markers that I could use to get a checksum of just the data part of a jpg / jpeg (and other image formats)? ...

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 need, but the keys are mangled. Many of them are just integers, rather than their corres...

Good metadata image dump utilities?

I'm looking for the best tool out there to extract any and all metadata embedded within the most populat image file formats (JPEG and PNG specifically). whatever's in there, I'd like to know about it (XMP, Exif, IPTC, IIM, etc.). Ideally I'm looking for an all-in-one solution that I can run from a command line, but I'm interested to hear...

How can i use XMP in Sharepoint metadata?

I want to update metadata of Sharepoint List or site programatically using Web Services. How can XMP help me in it? Or is there any use of it? ...

How can i use XMP to modify metadata of Sharepoint Document ?

I am trying to Modify Meta data of Sharepoint Document. How can use XMP for this task? Using C#. Can anyone give me some code samples? ...

Reading data metadata from JPEG, XMP or EXIF in C#

I've been looking around for a decent way of reading metadata (specifically, the date taken) from JPEG files in C#, and am coming up a little short. Existing information, as far as I can see, shows code like the following; BitmapMetadata bmd = (BitmapMetadata)frame.Metadata; string a1 = (string)bmd.GetQuery("/app1/ifd/exif:{uint=36867}"...

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 using loops until i reach a tag im after and then recording the contents until i reach t...

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 know where I can find about where this tag is stored in the file? I have looked up the ...

C#: Take Out Image Portion of JPEG to Backup Metadata?

This will be a little backwards from the typical approach. I've used ExifTool for metadata manipulation before, but I really want to keep the best metadata backup I can before I make anything permanent. What I want to do is remove the compressed image portion of a JPEG file to leave everything else intact. That's backing up EXIF, Maker...

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 appreciated. ...

Parsing SOAP response using libxml in Ruby

I am trying to parse following SOAP response coming from Savon SOAP api <?xml version='1.0' encoding='UTF-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt; <soapenv:Body> <ns:getConnectionResponse xmlns:ns="http://webservice.jchem.chemaxon"&gt; <ns:return> &lt;Co...