Interface PhotoshopTags

interface PhotoshopTags {
    CopyrightFlag?: boolean;
    DisplayedUnitsX?: string;
    DisplayedUnitsY?: string;
    GlobalAltitude?: number;
    GlobalAngle?: number;
    HasRealMergedData?: string;
    IPTCDigest?: string;
    NumSlices?: number;
    PhotoshopFormat?: string;
    PhotoshopQuality?: number;
    PhotoshopThumbnail?: string | BinaryField;
    PrintPosition?: string;
    PrintScale?: number;
    PrintStyle?: string;
    ReaderName?: string;
    SlicesGroupName?: string;
    WriterName?: string;
}

Hierarchy (view full)

Properties

CopyrightFlag?: boolean

☆☆☆☆ ✔ Example: true

DisplayedUnitsX?: string

☆☆☆☆ ✔ Example: "inches"

DisplayedUnitsY?: string

☆☆☆☆ ✔ Example: "inches"

GlobalAltitude?: number

☆☆☆☆ ✔ Example: 30

GlobalAngle?: number

☆☆☆☆ ✔ Example: 90

HasRealMergedData?: string

☆☆☆☆ ✔ Example: "Yes"

IPTCDigest?: string

☆☆☆☆ ✔ Example: "fd826cdf97ac15335b426a20d23c1041"

NumSlices?: number

☆☆☆☆ ✔ Example: 1

PhotoshopFormat?: string

☆☆☆☆ ✔ Example: "Standard"

PhotoshopQuality?: number

☆☆☆☆ ✔ Example: 9

PhotoshopThumbnail?: string | BinaryField

☆☆☆☆ ✔ Example: "(Binary data 5768 bytes, use -b option to extract)"

PrintPosition?: string

☆☆☆☆ ✔ Example: "0 0"

PrintScale?: number

☆☆☆☆ ✔ Example: 1

PrintStyle?: string

☆☆☆☆ ✔ Example: "Centered"

ReaderName?: string

☆☆☆☆ ✔ Example: "Adobe Photoshop CS"

SlicesGroupName?: string

☆☆☆☆ ✔ Example: "panasonic_lumix_dmc_lx15_02"

WriterName?: string

☆☆☆☆ ✔ Example: "Adobe Photoshop"

Generated using TypeDoc