]> git.draconx.ca Git - liblbx.git/commitdiff
liblbx: Implement new image reading API.
authorNick Bowler <nbowler@draconx.ca>
Thu, 23 Jan 2014 02:13:45 +0000 (21:13 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 23 Jan 2014 03:14:50 +0000 (22:14 -0500)
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.


No differences found