Gimp.Drawable.posterize
@accepts(Gimp.Drawable, int)
@returns(bool)
def posterize(self, levels):
# Python wrapper for gimp_drawable_posterize()
Posterize the specified drawable.
This procedures reduces the number of shades allows in each intensity channel to the specified 'levels' parameter.
Since 2.10
- self
The drawable.
- levels
Levels of posterization.
- Returns