EXIF

Description

Inserts the contents of the given EXIF field. FotoWeb only supports retrieval of a certain set of EXIF fields.

 

Parent Tag

None

 

Can Be Nested

No

 

 

Attributes

Name

Description

field

EXIF field to retrieve. The id can be specified either as plain digits (829D) or in HEX-format (0x829D).

filename

If the tag is not used inside the "Image" tag, then full path of the file must be specified of which EXIF information is requested.

storeResults

Set to 'Yes' if the results should be stored in variables instead of being immediately displayed. The default is 'No' if this attribute is not provided. If set to 'Yes', then the results can be read from the given variables.

maxLength

Maximum length of value contents to display. Default is unlimited.

abbreviator

A postfix string to add if the value contents exceed the 'maxLength' value. Default is '...'.

encoding

Type of encoding to apply to inserted data. Choose among 'html', 'url', 'javascript' and 'none'. Default is 'none'.

highlightSearch

If set to 'Yes', the text is highlighted with respect to the search string entered by user. Default is 'No'.

 

 

Variables

Name

Description

exif.field

Id of the exif field (if 'storeResults' is set to 'Yes').

exif.label

Label of the exif field (if 'storeResults' is set to 'Yes').

exif.value

Value of the exif field (if 'storeResults' is set to 'Yes').

 

 

Remarks