HomeImagickImagickDrawImagickPixelImagick Pixel IteratorImagick KernelDevelopmentTutorial Source codeReport an issue
Category
Example

Imagick::thresholdImage

← textureImage   thumbnailImage →
Changes the value of individual pixels based on the intensity of each pixel compared to threshold. The result is a high-contrast, two color image.
Convert an image into a black and white image with all pixels above the threshold converted to white, those below to black.