binarized property

bool binarized
getter/setter pair

Flag to create binarized (one bit encoded) black-and-white images. If true, the input images will be binarized and the output TIFF file will be saved with one bit per pixel. If false, the input images will be stored as-is. The default value is true.

Implementation

bool binarized;