@uploadcare/rest-client
    Preparing search index...

    Type Alias ImageInfo

    type ImageInfo = {
        colorMode: string;
        datetimeOriginal: string | null;
        dpi: { "0": number; "1": number } | null;
        format: string;
        geoLocation: GeoLocation | null;
        height: number;
        orientation: number | null;
        sequence: boolean | null;
        width: number;
    }
    Index

    Properties

    colorMode: string
    datetimeOriginal: string | null
    dpi: { "0": number; "1": number } | null
    format: string
    geoLocation: GeoLocation | null
    height: number
    orientation: number | null
    sequence: boolean | null
    width: number