See also
cfimage, ImageGetBlob, ImageGetBufferedImage, ImageGetEXIFMetadata, ImageGetEXIFTag, ImageGetHeight,
ImageGetWidth, ImageGetIPTCTag, ImageInfo, IsImage, IsImageFile
History
ColdFusion 8: Added this function.
Parameters
Parameter
|
Description
|
---|
name
|
Required. The ColdFusion image on which this operation is performed.
|
Usage
The IPTC metadata contains text that describes the image that is stored with it. IPTC metadata includes, but is not limited to, caption, keywords, credit, copyright, object name, created date, byline, headline, and source.The result of the ImageGetIPTCMetadata function is cached in the ColdFusion image to optimize performance.The ImageGetIPTCMetada function applies only to JPEG images. If you try to retrieve metadata for Base64, BLOB, or other types of images, ColdFusion generates errors.
Example