AutoBE
    Preparing search index...

    Request a downscaled image view.

    interface ResizeLocator {
        height: number & Type<"uint32">;
        type: "imageResize";
        width: number & Type<"uint32">;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number & Type<"uint32">

    Height in pixels.

    type: "imageResize"

    Chunk locator discriminator.

    width: number & Type<"uint32">

    Width in pixels.