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.
the most basic conversion of a simple png image to a bmp results in an image osx refuses to open (in preview, pixelmator, etc...). also, some hack software I wrote a while ago fails to open it, thinking it's a bmp v4 (it only accepts bmp v5) (this pipeline used to work on older versions of imagemagick, or osx, or some combo).
hmm... I now see that chrome correctly renders the bmp in chrome when served from my web site. but if I save-as that image to my desktop, OSX refuses to open it.
Perhaps it is the transparency in the PNG. The PNG is bilevel with 8-bit transparency. This may be a PREVIEW problem not being able to handle bilevel bmp with 8-bit transparency.
I can open it fine on my Mac in GraphicConverter. However, Photoshop gives only a black image
The conversion appears to be working properly. It creates a BMP v4 image. Some viewers may not properly handle BMP v4 images. We did check with a few BMP viewers and half of them returned expected results and half failed and returned a black image.