http://qs1969.pair.com?node_id=342190


in reply to png to bmp 24

Untested but the Image::Magick attribute that controls color depth, is "depth". Since it is per RGB component, a depth of 8 is 24 bit. So a line like
$image->Set(depth=>8);
should patch things up. (Hopefully)