ImageGetEXIFMetadata()
Retrieves the Exchangeable Image File Format (EXIF) headers in an image as a CFML structure.
Requires Extension: Image extension
ImageGetEXIFMetadata( image=any );
Returns: Struct
Argument | Description |
---|---|
image
any,
required
|
The image on which this operation is performed. Alias: name |
Examples
Function Example
img = imageRead('https://avatars1.githubusercontent.com/u/10973141?s=280&v=4')
writeDump( ImageGetExifMetaData( img ) );
See also
- Image manipulation
- image.getEXIFMetadata()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)