- Jun 17, 2005
- 927
- 1
- 81
I'm writing a small console app (virtual world management thingy, not very interesting), and I'd like to be able to create output in the form of an image file representing the world's current state. The catch is that I'd like to avoid dragging in libraries larger than life (e.g. libpng) just for that single feature, so I'd need something relatively simple.
Right now BMP seems the most straightforward, but I'd rather use a compressed fromat if possible. Any suggestions?
Right now BMP seems the most straightforward, but I'd rather use a compressed fromat if possible. Any suggestions?