]> git.draconx.ca Git - liblbx.git/commit
liblbx: Add support for "raw" LBX images.
authorNick Bowler <nbowler@draconx.ca>
Tue, 9 Feb 2010 04:14:16 +0000 (23:14 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 9 Feb 2010 04:29:35 +0000 (23:29 -0500)
commitbdad20799885211ac4c76bdaef5b027552d6241d
treeec5b94cbc72afc48afdeb208ae28797d15c1c3df
parent10c0aa08b84a0a26c9c642f2dbfee6e8b11efb83
liblbx: Add support for "raw" LBX images.

There is a new image format in town.  If a particular flag bit is set,
then there are no row headers and data for every pixel of a frame is
simply stored in row-major order.  An example of such an image is
starbg.lbx.009, as well as several others in the same archive.

Don't you just *love* the designers of this format?
src/image.c
tests/regress.zsh