I've been using imagemagick a lot of time ago, from little scripts to complex tasks, and I'm very happy with it.
However, this conversion doesn't work when using Imagemagick 6.7.7-10 (Ubuntu 12.10), because it generates 24-bit PCX images instead of monochrome ones:
Code: Select all
$ convert -type Bilevel image.jpg image.pcx
$ file image.pcx
image.pcx: PCX ver. 3.0 image data bounding box [0, 0] - [464, 219], 3 planes each of 8-bit colour, 72 x 72 dpi, RLE compressed
Code: Select all
$ file image_1204.pcx
logo.pcx: PCX ver. 3.0 image data bounding box [0, 0] - [464, 219], 1-bit colour, 72 x 72 dpi, RLE compressed
Is this a bug? Should I report it?
Regards