image.getEXIFMetadata()
Retrieves the Exchangeable Image File Format (EXIF) headers in an image as a CFML structure.
image.getEXIFMetadata( )
Returns: Struct
This function does not take any arguments.
Examples
img = imageNew("", 105, 100, "rgb", "yellow");
writeDump(img.GetExifMetaData());