since it has basically nothing to do with cf at all, you could do it the "raw" 
way and look up the EXIF specification, which is -afaik- used to store this 
information, and read the needed info via cffile (as binary).
i just opened a .jpg file and found the exif header plus the information youre 
looking for in the first 80 bytes or so. the image title, author and so on is 
obviously saved as multibyte.

so from what ive seen it looks pretty straightforward and if you look up the 
exact format specification i guess you could easily extract your needed info 
manually.

regards
dominik


> I am trying to figure out if it is possible to read the "date picture 
> taken" of a picture in CF8. I would like to read it and write it into 
> a DB.
> 
> I know in CF8 you can use ImageInfo to get some of the metadata off a 
> picture but I don't see anything for "date picture taken".
> 
> I have heard of services like Flickr reading metadata off of the 
> uploaded pictures and storing it.
> 
> Any ideas if I can do this with ColdFusion?
> 
> Thanks in advance. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286115
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to