> even if you upgraded not sure you'd get a whole lot of EXIF data
> out of imageInfo anyway beyond the very basics (height, width,
> etc.). if you don't mind dipping down into java & can add a java
> lib to your cf classpath that's probably your best bet. maybe:
> http://drewnoakes.com/code/exif/

ColdFusion 8 (sorry Jenny, this won't help you on CF7) introduced a
function specifically to extract EXIF data called
ImageGetEXIFMetaData().  You basically read in a JPEG image and pass
it to the function and it returns a structure of whatever it can
extract.  Pete Freitag has a blog post with an example at
http://www.petefreitag.com/item/657.cfm.


-Justin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354691
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to