How to modify EXIF metadata for JPEG images using Coldfusion?

馋奶兔 提交于 2019-12-17 20:19:18

问题


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.


回答1:


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/



来源:https://stackoverflow.com/questions/2863548/how-to-modify-exif-metadata-for-jpeg-images-using-coldfusion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!