On Mon, Aug 27, 2012 at 3:26 AM, Jim Michaels <[email protected]> wrote: > how convert png/tif/jpg/gif to bmp? > I need to do this on a regular basis, or be able to process/manipulate > images. > I couldn't tell that there were any built-in libraries for doing this in > mingw-w64, and this is the compiler I wish to stay with. > > I have heard of libpng,libtiff, etc, don't know if libgif is available > (legal issues?),or some kind of libbmp. > > and I also remember that they require zlib. so a precompiled windows > implementation would be most welcome. > > what I am trying to do is convert images for wallpaper. xp only accepts bmp > format using the win32 call. > > unless someoneknows of a win32 call for converting bitmaps to bmp?
use graphicsmagic. Something like: gm convert file.jpeg file.bmp Vincent Torri ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
