Compressing a BMP file

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Excale
Posts: 13
Joined: 2010-12-05T23:39:53-07:00
Authentication code: 8675308

Compressing a BMP file

Post 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!
Post Reply