outputMode property

OutputMode outputMode
getter/setter pair

Output mode of the filter. BINARY will return a black and white image, GRAYSCALE will return an antialiased grayscale image. Default is BINARY

Implementation

OutputMode outputMode;