=====================================
Burn - a small sprite-drawing program
GPL2 licensed
+ newcrt.pas that is postcardware
=====================================
This is a new release of my good ol' drawing program
for dos. I guess you could call it a port, even though
DosBox does all the porting for me - the executables
are the same!
Burn is a great program if you want to draw 32x32 images with 256 colors for icons,
a game you're making or several other projects. At least, that's my opinion.
It's not 100% bug-free, but I find it usable.
Oh, and you need at least SDL and a relatively fast computer.
-----
Great thanks to the dosbox-project!
http://www.sf.net/projects/dosbox
And credits to "Nelno the Amoeba" for the handy little NewCrt unit.
-----
Here's a short list of things that's nice to know:
"save bmp filename.bmp" exports your image to a bmp file.
Type "save" to see other possible export formats.
Remember to save your file as "bip" to enable easy loding in the future.
"load filename.bip" loads your image.
-----
Have fun. :)
- Alexander Rødseth