Interface ExifToolVendoredTags

This tags are added to Tags from this library.

interface ExifToolVendoredTags {
    errors?: string[];
    tz?: string;
    tzSource?: string;
    warnings?: string[];
}

Hierarchy (view full)

Properties

errors?: string[]

This is a list of all critical errors raised by ExifTool during the read process.

tz?: string

Either an offset, like UTC-7, or an actual IANA timezone, like America/Los_Angeles.

This will be missing if we can't intuit a timezone from the metadata.

tzSource?: string

Description of where and how tz was extracted

warnings?: string[]

This is a list of all non-critical errors raised by ExifTool during the read process.

Invalid field values are considered warnings and not errors, for example.