Re: Metadata from pitcure

2007-08-15 Thread Nick Tong
http://www.succor.co.uk/index.cfm/2007/8/15/CF8-Getting-image-metadata - from my blog - HTH On 14/08/07, Jayesh Viradiya [EMAIL PROTECTED] wrote: Hi ImageInfo() function is doesn't provide the metadata information. It's about the Image File properties. If you need to extract the Metadata,

Re: Metadata from pitcure

2007-08-14 Thread Dominik Geelen
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

RE: Metadata from pitcure

2007-08-14 Thread Jayesh Viradiya
Hi ImageInfo() function is doesn't provide the metadata information. It's about the Image File properties. If you need to extract the Metadata, you can use the following functions. ImageGetIPTCMetadata() ImageGetIPTCTag() ImageGetExifMetadata() ImageGetEXIFTag() Thanks Jayesh Viradiya Adobe