]> git.draconx.ca Git - liblbx.git/history - src/image.c
liblbx: Add support for "chunked" images.
[liblbx.git] / src / image.c
2010-02-09 Nick Bowlerliblbx: Add support for "chunked" images.
2010-02-09 Nick Bowlerliblbx: Add support for "raw" LBX images.
2010-02-08 Nick Bowlerliblbx: Clear the image mask when backtracking frames.
2010-02-08 Nick Bowlerliblbx: Add new flag.
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: Fix broken logic when decoding earlier image...
2010-02-08 Nick Bowlerliblbx: Parameterise I/O functions for image handling.
2010-02-08 Nick Bowlerliblbx: Remove useless use of uint8_t.
2010-02-08 Nick Bowlerliblbx: Kill byteorder.h.
2010-02-04 Nick Bowlerliblbx: Update lbximg_fopen to use integer packing...
2009-11-02 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2008-01-04 Nick BowlerMove reading of embedded palette header into lbximg_fop...
2008-01-04 Nick Bowler"Downgrade" the nframes > leadin constraint to a format...
2008-01-04 Nick BowlerUpdate license information.
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 BowlerAllow embedded palettes to override arbitrary locations...
2007-12-31 Nick BowlerUpdate handling of embedded palette data in image files.
2007-12-31 Nick BowlerFixes to image processing.
2007-12-31 Nick BowlerAdd lbx_getinfo() to query properties of a loaded LBX...
2007-12-31 Nick BowlerFix segfault on EOF in lbximg_fopen().
2007-12-31 Nick Bowler"Soften" the format assertions so that they no longer...
2007-12-31 Nick BowlerFix processing of the 2nd type of drawing command in...
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.