Illustrates extending the base ImageAdjuster class to support a posterize operation.
(as opposed to manually creating the corresponding lookup table with code as shown in demo 8)
Use this technique to implement "recipes" or other frequently-used operations not directly
supported in the base class.
Source code: Ext_01_Posterize
Built with Processing