From: Nick Bowler Date: Thu, 23 Jan 2014 02:13:45 +0000 (-0500) Subject: liblbx: Implement new image reading API. X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/430be3ec2f86aec28fa21558b3141a2e28efd848?ds=sidebyside;hp=430be3ec2f86aec28fa21558b3141a2e28efd848 liblbx: Implement new image reading API. Add a new API which allows the application to essentially loop over the drawing commands in an LBX frame. This requires no runtime memory allocations in the library, pushing all that out to the caller. Conceptually this simplifies many applications because they can use this to handle image data row-at-a-time. For now, keep the old getframe function but change it to use the new API under the hood. ---