Interface CogDecodedWindowExperimental

Window payload returned by an injected decoder before Honua validation.

interface CogDecodedWindow {
    bands: readonly CogDecodedBandWindow[];
    height: number;
    width: number;
}

Properties

Properties

bands: readonly CogDecodedBandWindow[]
height: number
width: number