]> git.draconx.ca Git - liblbx.git/history - src/image.h
Trivial manual fixes.
[liblbx.git] / src / image.h
2021-09-22 Nick BowlerImprove lbx_colour structure layout.
2014-01-31 Nick Bowlerliblbx: Kill lbx_img_getinfo
2014-01-31 Nick Bowlerliblbx: Clean up embedded palette handling
2014-01-31 Nick Bowlerliblbx: Kill the old LBX image API.
2014-01-23 Nick Bowlerliblbx: Implement new image reading API.
2014-01-23 Nick Bowlerliblbx: Expose image lead-in in public struct.
2013-06-14 Nick Bowlerliblbx: Don't scale palette values internally.
2011-12-05 Nick Bowlerliblbx: Remove now-redundant fields from lbx_imginfo.
2011-12-05 Nick Bowlerliblbx: Kill the LBXimg typedef.
2011-12-05 Nick Bowlerliblbx: Start conversion of LBXimg to public/private...
2010-02-11 Nick Bowlerliblbx: Namespace cleanup.
2010-02-11 Nick Bowlerliblbx: Rename LBX_IMG to LBXimg.
2010-02-10 Nick Bowlerliblbx: Update lbximg_fopen to work like lbx_fopen.
2010-02-09 Nick Bowlerliblbx: Add support for "chunked" images.
2010-02-08 Nick Bowlerliblbx: Use lbx_file_ops for lbximg_loadpalette.
2010-02-08 Nick Bowlerliblbx: Add a field to lbx_colour indicating which...
2010-02-08 Nick Bowlerliblbx: Parameterise I/O functions for image handling.
2008-01-04 Nick BowlerMove reading of embedded palette header into lbximg_fop...
2008-01-04 Nick BowlerImplement image masks to handle transparency in images.
2008-01-04 Nick BowlerImplement new handling of the LBX image header data.
2007-12-31 Nick BowlerAdd lbx_getinfo() to query properties of a loaded LBX...
2007-12-31 Nick BowlerRename LBXIMG to LBX_IMG.
2007-12-31 Nick BowlerImplement functions for loading palettes, and slightly...
2007-12-31 Nick BowlerStarting implementation of image parsing code.
2007-12-29 Nick BowlerStart adding image support to liblbx.