Table of Contents

Name

thresh - threshold one image with another

Synopsis

thresh inimage outimage threshimage

Description

thresh thresholds one image with another. The threshimage is repeated to tile the entire surface of the input image. Whenever the input image is greater than the threshimage, the output pixel is made 255 otherwise the output pixel is made 0. This can be used to halftone or dither images.

See Also

dotgen(6D) imgexp(6D)


Table of Contents