wima
    Preparing search index...

    Interface ImageSerial

    interface ImageSerial {
        dimensions: Vector2Like;
        raw: number[];
    }
    Index

    Properties

    Properties

    dimensions: Vector2Like
    raw: number[]