How to ImageSetEXIFMetadata and ImageSetIPTCMetadata in ColdFusion?

喜欢而已 提交于 2019-12-25 02:56:09

问题


ColdFusion 8, 9, & 10 provide ImageGetEXIFMetadata and ImageGetIPTCMetadata functions for extracting image meta data thanks to Drew Noakes according to this source.

I'm looking for a way to easily set or edit image meta data.


回答1:


You can use the Sanselan Java Library. I explained here how to remove ExifMetaData but you can also overwrite them easily. Project is now part of the commons-imaging.



来源:https://stackoverflow.com/questions/15842707/how-to-imagesetexifmetadata-and-imagesetiptcmetadata-in-coldfusion

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