Interface ExifToolTags

These tags are added by exiftool.

interface ExifToolTags {
    Error?: string;
    ExifToolVersion?: number;
    SourceFile?: string;
    Warning?: string;
}

Hierarchy (view full)

Properties

Error?: string

☆☆☆☆ ✔ Example: "File is empty"

ExifToolVersion?: number

★★★★ ✔ Example: 12.82

SourceFile?: string

☆☆☆☆ Example: "path/to/file.jpg"

Warning?: string

☆☆☆☆ ✔ Example: "Unrecognized IPTC record 0 (ignored)"