Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to modify EXIF metadata for JPEG images using Coldfusion?

I am using Coldfusion to view images stored in the file system and I can READ the EXIF metadata of JPEGs, but I'd like to know if it is possible to modify this information and re-save the image.

like image 569
Tom Avatar asked May 19 '10 07:05

Tom


People also ask

Can you modify EXIF data?

Paid standard programs such as Adobe Lightroom (Mac and Windows), Apple Photos (Mac) and Aperture (Mac) can help you edit the meta information. The free software GIMP now also supports the modification of Exif information. You can access the image metadata simply by opening an image or photo from the Image tab.

Can you add your own EXIF parameter?

EXIF key-value pairs are called tags, and each tag can contain either a string or numeric value. There are dozens of tags in the current EXIF standard (version 2.32), and anyone — from smartphone and camera manufacturers to photographers — is free to add their own.

How do I view EXIF data on a JPEG?

Viewing EXIF data in Windows is easy. Just right-click on the photo in question and select “Properties”. Click on the “Details” tab and scroll down—you'll see all kinds of information about the camera used, and the settings the photo was taken with.

Do jpegs have EXIF data?

According to XMP Specification, an XMP packet is embedded in a PNG graphic file by adding a chunk of type iTXt with the keyword 'XML:com. adobe. xmp'. There are no standard for Exif, IPTC data.


1 Answers

I know that there are XMP and IPTC custom tags out there, I googled now and seems that javaloader.cfc + some java lib are your only sure option.

EDIT: Since I work on stock photography application I got interested and found this command line tool which could do the trick:

http://www.sno.phy.queensu.ca/~phil/exiftool/

like image 53
zarko.susnjar Avatar answered Sep 24 '22 12:09

zarko.susnjar