gis-tools-ts - v0.6.0
    Preparing search index...

    Interface DecodeOptions

    Image Decoder Options

    interface DecodeOptions {
        modulo?: number;
    }
    Index

    Properties

    Properties

    modulo?: number

    The modulo to use. For example you may have a 514x514 image, but you want to use 512x512 [Default=1]