Start » Filter Reference » System » EXIF » EXIF_LoadFromJpgFile
Module: | FoundationLite |
---|
Reads an EXIF informations from the JPG image.
Name | Type | Description | |
---|---|---|---|
inFile | File | Path to the JPG file. | |
outDateTime | String | Date time when image was taken. | |
outDescription | String | Additional image description. | |
outOrientation | String | Image orientation. | |
outValues | StringArray | Values of all EXIF tags. | |
outLabels | StringArray | Names of all EXIF tags. |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
IoError | FIle does not exist in EXIF_LoadFromJpgFile. |
IoError | Unable to retrieve EXIF from the file in EXIF_LoadFromJpgFile. |
Complexity Level
This filter is available on Basic Complexity Level.