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 for Jakarta EE (Lucee 7+)
ImageGetIptcMetadata( image=any );
Returns: Struct
| Argument | Description |
|---|---|
|
image
any,
required
|
edit
The image on which this operation is performed. Alias: name |
Examples
There are currently no examples for this function 37,425ms WARN No examples for function ImageGetIptcMetadataSee also
- Image manipulation
- image.getIptcMetadata()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)