Back to FabImage Studio website
You are here: Start » Filter Reference » EXIF » EXIF_LoadFromJpgFile
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 here: Error Handling
Error type | Description |
---|---|
DomainError | Not supported on Linux. |
IoError | FIle does not exists in EXIF_LoadFromJpgFile. |
IoError | Unable to retrieve EXIF from the file in EXIF_LoadFromJpgFile. |
Complexity Level
This filter is available on Basic Complexity Level.