Back to FabImage Studio website

You are here: Start » Filter Reference » System » EXIF » EXIF_LoadFromJpgFile

EXIF_LoadFromJpgFile


Module: FoundationLite

Reads an EXIF informations from the JPG image.

Name Type Description
Input value
inFile File Path to the JPG file.
Output value
outDateTime String Date time when image was taken.
Output value
outDescription String Additional image description.
Output value
outOrientation String Image orientation.
Output value
outValues StringArray Values of all EXIF tags.
Output value
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.