Remove halftone from the image.
Visual Basic |
---|
Public Sub RemoveHalftone() |
Halftone is a dithering pattern either printed on the original document or produced by scanning or faxing (typically in photo mode). Pixels in halftone area are set to white.
Method requires bi-tonal image (object.Image.BitsPerPixel = 1).