sips-js-api
    Preparing search index...

    Interface ImageProperties

    The properties of the Image.

    interface ImageProperties {
        ColorModel?: string;
        Depth?: number;
        Exif?: { [key: string]: any };
        FileSize: number;
        GIF?: { [key: string]: any };
        HasAlpha?: 0 | 1;
        JFIF?: { [key: string]: any };
        PixelHeight?: number;
        PixelWidth?: number;
        PNG?: { [key: string]: any };
        ProfileName?: string;
        TIFF?: { [key: string]: any };
        uti: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    ColorModel?: string
    Depth?: number
    Exif?: { [key: string]: any }
    FileSize: number
    GIF?: { [key: string]: any }
    HasAlpha?: 0 | 1
    JFIF?: { [key: string]: any }
    PixelHeight?: number
    PixelWidth?: number
    PNG?: { [key: string]: any }
    ProfileName?: string
    TIFF?: { [key: string]: any }
    uti: string