Graphics Compression
Graphics Compression
(OP)
Yeah I'm making graphics in SCREEN 13. The tiles are all going to be 32x30x256 so 32 pixels wide, 30 pixels long and each pixel has a possibility of 256 different colors. Do you know of any good compression techniques that would work specifically with this kind of arrangment? Could you tell some good sites for compression techniques? THX

RE: Graphics Compression
p.s. 32x30 is quite awkward. why not go a full 32x32?
RE: Graphics Compression
RE: Graphics Compression
RE: Graphics Compression
RE: Graphics Compression
RLE is pretty simple and easy to do in QB, but only works well on simple images.
I have a small (and very basic) RLE tutorial/demo thing here, if you want it.
http://qbnz.com/dav/rle.bas
- Dav
RE: Graphics Compression