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.
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.
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.