Converting .BMP to a data file without a header.
- Posted by Ricardo Niederberger Cabral <rnc at INFOLINK.COM.BR> May 28, 1997
- 875 views
I think what I want someone has already done, but I don't know who and where: In my game, all the bitmap files have the same palette. I was trying to do routines to write and read a data file containing only the size of the image and each pixels' palette color index. So then I would have my own image format, much smaller since it wouldn't contain the color table, bitcount, etc... Does someone here have this kind of code ? Thanks, --- Ricardo Niederberger Cabral <rnc at infolink.com.br>