Back to FabImage Library website
You are here: Start » Function Reference » All Functions » EXIF » EXIF_LoadFromJpgFile
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Reads an EXIF informations from the JPG image.
Syntax
void fil::EXIF_LoadFromJpgFile ( const ftl::File& inFile, ftl::String& outDateTime, ftl::String& outDescription, ftl::String& outOrientation, ftl::Array<ftl::String>& outValues, ftl::Array<ftl::String>& outLabels )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inFile | const File& | Path to the JPG file. | |
![]() |
outDateTime | String& | Date time when image was taken. | |
![]() |
outDescription | String& | Additional image description. | |
![]() |
outOrientation | String& | Image orientation. | |
![]() |
outValues | Array<String>& | Values of all EXIF tags. | |
![]() |
outLabels | Array<String>& | Names of all EXIF tags. |
Errors
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. |