Interface CogWindowSamplingExperimental

interface CogWindowSampling {
    height: number;
    overviewDecimation: number;
    resampling: CogResampling;
    width: number;
}

Properties

height: number
overviewDecimation: number

1 means the full-resolution image; larger values must be advertised overviews.

resampling: CogResampling
width: number