Previous Topic

Next Topic

Book Contents

Book Index

The import image variables

The following variables use values from the imported (or modified) image.

Variable

Description

$(IMPORT_TYPE)

The image format of the import file, such as Jpg or Gif.

$(IMPORT_IMG_CREATION_TIMESTAMP)

The creation date and time of the image. The timestamp has the following format:

dd.mm.yyyy HH:MM:SS

$(IMPORT_IMG_LASTWRITE_TIMESTAMP)

The last modified -or- last write date and time of the image. Same format as above.

$(IMPORT_IMG_FILESIZE)

The file size in bytes of the image. No formatting

$(IMPORT_IMG_FILENAME)

The filename only (ie. not the drive and path) of the image.

$(IMPORT_IMG_FULLPATH)

The full path and filename of the image (ie. including drive, path and filename)

$(IMPORT_IMG_WIDTH)

The width of the image in pixels

$(IMPORT_IMG_HEIGHT)

The height of the image in pixels

$(IMPORT_IMG_BITDEPTH)

The bit depth of the image

$(IMPORT_IMG_FORMATCODE)

The format code of the image, see The image format codes

$(IMPORT_IMG_FORMAT)

The image format, such as Jpg or Gif.

$(IMPORT_IMG_DPI_X)

Horizontal Dots Per Inch in the image

$(IMPORT_IMG_DPI_Y)

Vertical Dots Per Inch in the image

$(IMPORT_IMG_DPI_UNITCODE)

Which unit code does the Dot Per Inch variables use ? You will receive 1 (=Inch), 2 (=cm) or 3 (=None)

$(IMPORT_IMG_DPI_UNIT)

Which unit does the Dot Per Inch variables use ? You will receive Inch, cm or None

See Also

Variables

The current document variables

The original image variables

The EXIF variables

The IPTC variables