Class

Exif

Exif(filename)

Constructor

# new Exif(filename)

Read EXIF tags.

Note: EXIF module must be loaded by calling LoadLibrary("exif") before using!

Parameters:
Name Type Description
filename string

the name of the file.

See:
  • LoadLibrary()

Members

string

# filename

Name of the file.

Methods

# Close()

close file and free ressoucres.

# GetTags() → {object}

get all tags as key->value mapping

all exif tags and their values.

object