ActiveState Community

Convert BMP to JPEG

Posted by chupakabr on 2009-06-07 12:19

I'm taking screenshot from perl emulate print screen hit and want to work with it (for example draw something there). Screenshot originally is in BMP format. But it looks like because bmp is format used mostly by MS it doesn't fully supported (at least I was not able to load it from file using GD). How could I convert it to some other format to work with it or maybe I could work directly with bmp?