Interface SubtractImageOptions

interface SubtractImageOptions {
    absolute?: boolean;
}

Properties

Properties

absolute?: boolean

Return the absolute difference for each pixel.

Default

false