: : Hey I want to convert all my pics to bmp and put them on a device
: : using C++ but there's like next to no info on how to do this. There
: : is some software but they cost and I'm broke. I'm using CodeBlocks,
: : which is an open source programming environment. It's a lot like
: : VC++. If anyone knows how to do this could you please help? thanx
: :
: This might be something of use to you:
:
http://www.voicenet.com/~richgel/
:
: Otherwise try to look for code to read a JPEG, and a separate code
: to write a BMP. Then connect (perhaps some intermediate format)
: those two to perform the conversion.
Thanx a lot I figured I would have to do something like that.