From: Nick Bowler Date: Tue, 9 Feb 2010 05:27:30 +0000 (-0500) Subject: liblbx: Add support for "chunked" images. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/91689c5ef8174cc65e1f3ce31f9869778b2af671?ds=inline;hp=91689c5ef8174cc65e1f3ce31f9869778b2af671 liblbx: Add support for "chunked" images. It appears that the frame count fields aren't actually two 16-bit fields, but rather four 8-bit fields. The images in monster.lbx appear to have "chunks" of animation and what was previously thought to be the most significant byte of the lead-in now seems to be the length of a "chunk". These images are much like any other, except that the first frame of every chunk is drawn on a clean slate. Examples are found in monster.lbx. ---