]> git.draconx.ca Git - liblbx.git/commitdiff
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)
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?


No differences found