Interface ICCProfileTags

Subset of https://exiftool.org/TagNames/ICC_Profile.html.

None of these tags are writable.

interface ICCProfileTags {
    ColorSpaceData?: string;
    ConnectionSpaceIlluminant?: string;
    DeviceAttributes?: string;
    DeviceManufacturer?: string;
    DeviceMfgDesc?: string;
    DeviceModel?: string;
    DeviceModelDesc?: string;
    Luminance?: string;
    ProfileDescription?: string;
}

Hierarchy (view full)

Properties

ColorSpaceData?: string

☆☆☆☆ ✔ Example: "RGB "

ConnectionSpaceIlluminant?: string

☆☆☆☆ ✔ Example: "0.9642 1 0.82491"

DeviceAttributes?: string

☆☆☆☆ ✔ Example: "Reflective, Glossy, Positive, Color"

DeviceManufacturer?: string

☆☆☆☆ ✔ Example: "none"

DeviceMfgDesc?: string

☆☆☆☆ ✔ Example: "IEC http://www.iec.ch"

DeviceModel?: string

☆☆☆☆ ✔ Example: "sRGB"

DeviceModelDesc?: string

☆☆☆☆ ✔ Example: "sRGB v1.31 (Canon)"

Luminance?: string

☆☆☆☆ ✔ Example: "76.03647 80 87.12462"

ProfileDescription?: string

☆☆☆☆ ✔ Example: "sRGB v1.31 (Canon)"