ImageGetexifmetadata()

Reads the EXIF/IPCT header information for a given file. If the image does not support it, an exception will be thrown

Usage

STRUCTURE = ImageGetexifmetadata( name )
Argument Summary
name the image object

Calling

Supports named-parameter calling allowing you to use the function like:

ImageGetexifmetadata(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageGetexifmetadata( ArgumentCollection={
   name : ?
} );