The class implements simple posterization of an image by splitting each color plane into adjacent areas of the
Posterization is a process in photograph development which converts normal photographs into an image consisting of distinct, but flat, areas of different tones or colors.
The filter accepts 8 bpp grayscale and 24/32 bpp color images.
Sample usage:
// create filter SimplePosterization filter = new SimplePosterization( ); // process image filter.ApplyInPlace( sourceImage );
Initial image:
Result image: