@kayahr/xbrz
    Preparing search index...

    Interface ScalerOptions

    Optional scaler configuration.

    interface ScalerOptions {
        largeLut?: boolean;
    }
    Index

    Properties

    Properties

    largeLut?: boolean

    Use the full 8-bit Y'CbCr lookup table.

    false uses the much smaller 5-bit lookup table (128KiB) and is the default, matching the Rust port. true uses the full 8-bit lookup table (64 MiB) for maximum precision at a much higher memory cost.