Tagged Questions
0
votes
1answer
69 views
Add custom XMP Tags
I am looking for a tool or a way (.NET) to add custom XMP fields. Also, can someone explain the purpose of needing to know if the XMP tag is a textfield, textarea or a select?
Thanks in advanced ...
1
vote
1answer
222 views
How to manipulate diverse meta-infomations 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 ...
0
votes
1answer
116 views
How to programatically extract XMP Tags added by WLPG?
I tried both exif.py (in Pyhton) and ExifTool (just for debugging on command-line).
No matter what I do, I'm unable to extract image Tags or Rating added to a JPEG by Windows Live Photo Gallery.
I ...
2
votes
1answer
869 views
Reading/Writing image XMP on iPhone / Objective-c
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 do ...
0
votes
1answer
384 views
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 ...
2
votes
1answer
778 views
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, ...
1
vote
4answers
12k views
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 ...
2
votes
1answer
541 views
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 ...
4
votes
5answers
844 views
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)?
