Home > PHP > Function > > Imagick::posterizeImage()

Imagick::posterizeImage()

Imagick::posterizeImage - Reduces the image to a limited number of color level

Syntax

bool Imagick::posterizeImage (int $levels, bool $dither)

Arguments

  • levels
  • dither

Description

Reduces the image to a limited number of color level.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.