]> git.draconx.ca Git - liblbx.git/history - src/image.c
liblbx: Rename LBX_ENOENT to LBX_EINVAL.
[liblbx.git] / src / image.c
2014-01-23 Nick Bowlerliblbx: Rename LBX_ENOENT to LBX_EINVAL.
2014-01-23 Nick Bowlerliblbx: Expose image lead-in in public struct.
2013-12-17 Nick Bowlerlbximg: Fix wart in frame scanline header format
2013-06-22 Nick Bowlerliblbx: Fix framebuffer allocation for 0x0 images.
2013-06-14 Nick Bowlerliblbx: Don't scale palette values internally.
2013-06-14 Nick Bowlerliblbx: Properly report errors in lbx_(img_)fopen.
2011-12-05 Nick Bowlerliblbx: Remove now-redundant fields from lbx_imginfo.
2011-12-05 Nick Bowlerliblbx: Start conversion of LBXimg to public/private...
2010-02-11 Nick Bowlerliblbx: Namespace cleanup.
2010-02-11 Nick Bowlerliblbx: Use unconditional includes of <config.h>.
2010-02-11 Nick Bowlerliblbx: Implement improved error reporting mechanism.
2010-02-11 Nick Bowlerliblbx: Replace feof call with lbx_file_ops.
2010-02-10 Nick Bowlerlicense: Fix copyright years in source files.
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-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.