Lucee Function Reference
Function IMAGEGETIPTCTAG
Retrieves the value of the IPTC tag for a image.
Example
imagegetiptctag(any name,string tagName):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
name | any | Yes | The image on which this operation is performed. |
tagName | string | Yes | The IPTC tag name whose value is returned. |