Previous Topic

Next Topic

Book Contents

Book Index

The EXIF variables

If the import option ExtractEXIFToField is specified, II2LN will extract potential EXIF information. The ExtractEXIFToField import option will primarily extract the EXIF information to either one or multiple fields.

In addition, all EXIF tags will result in variables that can be used in the document, as long as the ReplaceWithVariable import option is specified.

The format of EXIF variables are:

$(EXIF_xxx)

where xxx represent a EXIF tag name. Below you find some examples of the EXIF variables:

$(EXIF_Make), $(EXIF_Model), $(EXIF_Orientation), $(EXIF_XResolution) and $(EXIF_Flash)

See The most common EXIF tags for a list of EXIF tags

See Also

Variables

The current document variables

The original image variables

The import image variables

The IPTC variables