-
EXIF Metadata With ColdFusion 8
One example that I’ve been meaning to post is how to get Image Metadata using the Exchangeable Image File Format or EXIF a using ColdFusion 8. It’s actually quite simple, to get a list of all the EXIF tags simply use the ImageGetExifMetaData function. Here’s a quick example: <cfimage action="read" …
By Pete FreitagRead More
October 31, 2007