Neodynamic ImageDraw SDK for .NET
ConvertToBlackWhite
Represented by Neodynamic.SDK.ConvertToBlackWhite class.

This action converts an Element to black/white or monochrome. ImageDraw provides three different Dithering methods for black & white conversion including Simple Threshold, Pattern Diffusion and Floyd-Steinberg algorithm.

In the following example we have an ImageElement on the Canvas and a ConvertToBlackWhite action is applied on the ImageElement.


ImageElement before the action is applied.

ImageElement with ConvertToBlackWhite action applied on it.


Syntax sample