Page 1 of 1

Compressing a BMP file

Posted: 2011-03-09T13:23:16-07:00
by Excale
Hi,

I'm using Imagick to convert a picture to BMP.

But then, I need to convert this BMP to a special BMP.
It would be a 16-bits, RLE-compressed BMP file.

Is there an easy way to do it?

Thanks!