ImageJS
    Preparing search index...

    Interface IncreaseContrastOptions

    interface IncreaseContrastOptions {
        out?: Image;
        uniform?: boolean;
    }
    Index

    Properties

    Properties

    out?: Image

    Image to which to output.

    uniform?: boolean

    Level all channels uniformly in order to preserve the color balance.

    false