Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
But I see that, in some cases, depending on the JPEG, IM (7.0.8) will write a 1-bit PCX file that has [ff ff ff 00 00 00] in the palette area at offset 0x10. And that seems... bad.
To the best of my knowledge, there is no portable way for a 1-bit PCX to be anything other than 0=black, 1=white. If you put anything other than [00 00 00 ff ff ff] or [00 00 00 00 00 00] in the first 6 bytes of the palette area, you're asking for trouble.
The issue I'm talking about is that some of the 1-bit PCX files created by IM are not as portable as they could be. I believe the cause is the combination of the PaletteType field set to 1, and a white-then-black palette (FF FF FF 00 00 00) at offset 0x10.