module

Goishi::Binarizer

Constants

MIN_DYNAMIC_RANGE = 24

Class methods

binarize(data : Canvas(Tuple(UInt8, UInt8, UInt8)))

Creates a new binarized canvas from a matrix of Tuples of each containing RGB values of the pixel in the image.

Source