Search found 1 match
- 2012-11-17T12:24:25-07:00
- Forum: IMagick
- Topic: Programmatically convert RGB image to 1-bit Grayscale bitmap
- Replies: 0
- Views: 6884
Programmatically convert RGB image to 1-bit Grayscale bitmap
I'm trying to programmatically convert a bitmap RGB image to 1-bit Grayscale (b/w) bitmap image using PHP (version: 5.2.13) and ImageMagick (version: 6.7.8-7-Q16). The input image is bitmap and is generated by means of the ImageMagick function: bool Imagick::setFormat ( string $format ) where ...