Tagged Questions
2
votes
5answers
468 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)?
2
votes
4answers
3k views
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?
1
vote
4answers
4k 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 ...
0
votes
1answer
299 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 ...