ImageGetIptcMetadata()
Retrieves the International Press Telecommunications Council (IPTC )headers in a image as a struct.
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.
Requires Extension: Image extension
ImageGetIptcMetadata( image=any );
Returns: Struct
Argument | Description |
---|---|
image
any,
required
|
The image on which this operation is performed. Alias: name |
Examples
There are currently no examples for this function 14,838ms WARN No examples for function imagegetiptcmetadataSee also
- Image manipulation
- image.getIptcMetadata()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)