Retrieves the value of the IPTC tag for a ColdFusion image.
The value of the IPTC tag.
ImageGetIPTCTag(name, tagName) |
cfimage, ImageGetBlob, ImageGetBufferedImage, ImageGetEXIFMetadata, ImageGetEXIFTag, ImageGetHeight, ImageGetIPTCMetadata, ImageGetWidth, ImageInfo, IsImage, IsImageFile
ColdFusion 8: Added this function.
Parameter |
Description |
|---|---|
name |
Required. The ColdFusion image on which this operation is performed. |
tagName |
Required. The IPTC tag name whose value is returned. |
The ImageGetIPTCTag function applies only to JPEG images. If you try to retrieve metadata for Base64, BLOB, or other image types, ColdFusion generates errors.
<!--- This example shows how to retrieve the caption for a JPEG file. ---> |
Sign in to your account