xmp Questions

9

Can I use PIL, like in this example? I only need to read the data, and I'm looking for the easiest simplest way to do it (I can't install pyexiv). edit: I don't want to believe that the only way ...
Mcnally asked 25/7, 2011 at 21:39

10

Solved

PHP has built in support for reading EXIF and IPTC metadata, but I can't find any way to read XMP?
Firsthand asked 16/10, 2009 at 13:50

5

Solved

I know that each file has metadata like title, subject, keywords and comments: But what if I need custom metadata like tags for example? Is it possible to do it with C#?
Dichromatism asked 13/7, 2010 at 8:3

6

Solved

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...
Sb asked 17/2, 2010 at 13:26

2

I'm trying to build a sample Android App to extract the depth map of portrait mode photos taken with the google camera app. I know that it's saved along the blurred photos. I read the Dynamic Dept...
Tuition asked 20/11, 2019 at 15:12

5

Solved

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 ten...
Jackfruit asked 1/2, 2009 at 16:28

2

I want to show HTML code as plain text. for example <div style="width:250px;"> <xmp> <a href="#"> new element dummy text new element dummy text new element dummy text new e...
Blueing asked 9/1, 2016 at 10:43

1

I need to create in java (using itext) the following xmp metadata and to put it in one of my pdf. <rdf:Description rdf:about="" xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xml...
Rhapsody asked 26/7, 2016 at 14:45

1

I'm uploading image to server and then processing the image. Funny thing is, after uploading the image image keywords are missing. Although other image properties are there. There is no issue wi...
Bilodeau asked 26/9, 2016 at 21:25

6

Solved

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)?
Cruelty asked 28/12, 2009 at 21:4

0

I am making facebook 360 image by custom stitching using C#-emgu. Can able to set EXIF tags(make & model) using C# image property items. // Sample code for set exif make tag var dummy1 = ...
Intolerable asked 21/8, 2016 at 15:51

1

Solved

I have been trying to examine a JPEG file, known to contain IPTC data, but could notice no strings whatsoever. I tried the well known UNIX strings command, ASCII, 8-bit, 16-bit Unicode --- to no av...
Taffy asked 31/1, 2016 at 22:22

3

I am developing Android application that's supposed to make use of Google Camera's new depth map generation feature. Basically Google has described the meta data used here I can access to most of...
Holophrastic asked 23/4, 2014 at 19:17

0

I am looking for a working iText version 5.5.4 example to add a custom metadata value myProp with content like <custom>My metadata</custom> to a PDF document. We can't use existing sche...
Daffi asked 30/12, 2014 at 21:42

1

Solved

I am curious to know whether it is possible to create a custom namespace for the XMP Dublin Core metadata? For example If I want to add a tag like mytest I can write the XMP Metadata standard tag...
Nepean asked 25/6, 2014 at 19:8

1

Solved

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 metada...
Tamah asked 11/5, 2014 at 17:13

1

Solved

I've been trying to understand how XMP metadata worked on PNG files for the last few hours but couldn't quite wrap my head around it. If I create a PNG image with Photoshop, save it and open the F...
Liscomb asked 23/1, 2014 at 18:39

2

Solved

Around my image processing software I use exiftool to successfully shuffle around exif info from Cr2, TIFF, JPG files. The added tags, such as "keywords", are all visible in OSX (mountain lion) Fin...
Mugger asked 3/10, 2013 at 8:41

2

Solved

I'm trying to use the adobe xmp library in an iOS application but I'm getting link errors. I have the appropriate headers and libraries in my path, but I'm getting link errors. I double-checked to ...
Lifetime asked 31/8, 2013 at 2:47

1

Solved

Is there a standard way to read/write face-tags from/into photo meta-data? Can I use it to import face-tagging information from popular photo organizers?
Ative asked 24/8, 2012 at 20:11

1

Solved

I've spend some time to add smack.providers in the android device, which is picked up by my application just fine. I've added the default iqProviders and extensionProviders, but I've also added my ...
Mcroberts asked 19/1, 2012 at 23:22

2

Solved

I am trying to use iTextSharp to read/modify PDF metadata. I figured out how to do it using pdfreader and pdfstamper. I was wondering if I could also read/modify additional metadata information lik...
Dilapidate asked 3/5, 2010 at 22:30

1

Solved

I'm trying to read XMP information from a jpeg on iPhone. I can get tags from IPTC, TIFF or EXIF easily using ImageIO but not XMP. I'm specially interested the rating tag. Does anyone know how to...
Rhodos asked 10/11, 2010 at 19:15

3

Solved

What's the difference between RDF and XMP? From what I can tell, XMP is derived from RDF... so what does it offer that RDF doesn't? My particular situation is this: I've got some images which nee...
Increscent asked 13/1, 2011 at 15:46

2

Solved

I am looking at creating an app for OS X and/or iOS that allows the user to arbitrarily embed markers into the audio at various intervals during the audio recording process. It would be nice to hav...
Spectrograph asked 25/10, 2010 at 18:40

© 2022 - 2024 — McMap. All rights reserved.