]> git.draconx.ca Git - liblbx.git/history - src/lbximg.c
Trivial manual fixes.
[liblbx.git] / src / lbximg.c
2021-09-21 Nick BowlerUse (size_t)-1 instead of SIZE_MAX.
2021-09-21 Nick BowlerDon't use [static n] in function prototypes.
2021-09-13 Nick BowlerConvert tools to use option generator script from dxcommon.
2014-01-31 Nick Bowlerliblbx: Kill lbx_img_getinfo
2014-01-31 Nick Bowlerliblbx: Clean up embedded palette handling
2014-01-28 Nick Bowlerlbximg: Fix management of external palette file handles.
2014-01-25 Nick Bowlerlbximg: Convert to new decoding API.
2013-12-17 Nick Bowlerlbximg: Return failure if there was a decoding error.
2013-06-19 Nick Bowlerlbximg: Add an option to control the output filenames.
2013-06-19 Nick Bowlerlbximg: Allow --identify as a long option.
2013-06-19 Nick Bowlerlbximg: Fix exit status in identify mode.
2013-06-19 Nick Bowlerlbximg: Fix --override long option.
2013-06-14 Nick Bowlerlbximg: Make libpng a soft dependency.
2013-06-14 Nick Bowlerlbximg: Add support for Netpbm output.
2013-06-14 Nick Bowlerliblbx: Don't scale palette values internally.
2013-06-14 Nick Bowlerlbximg: Fix printf format string in identify mode.
2013-06-14 Nick Bowlerlbximg: Push no-palette mode down into the PNG writer.
2013-06-14 Nick Bowlerlbximg: Add a new PNG writing routine.
2013-06-14 Nick Bowlertools: Add some smarter error printing routines.
2013-06-14 Nick Bowlertools: Move progname handling into a common source...
2011-12-05 Nick Bowlerliblbx: Remove now-redundant fields from lbx_imginfo.
2011-12-05 Nick Bowlerliblbx: Kill the LBXimg typedef.
2010-02-11 Nick Bowlerliblbx: Namespace cleanup.
2010-02-11 Nick Bowlerliblbx: Implement improved error reporting mechanism.
2010-02-11 Nick Bowlerliblbx: Rename LBX_IMG to LBXimg.
2010-02-10 Nick Bowlerlicense: Fix copyright years in source files.
2010-02-10 Nick Bowlerlbximg: Clean up option list.
2010-02-10 Nick Bowlerlbximg: Use the new lbximg_fopen interface.
2010-02-10 Nick Bowlerliblbx: Update lbximg_fopen to work like lbx_fopen.
2010-02-10 Nick Bowlerlbximg: Fix improper free.
2010-02-10 Nick Bowlerlbximg: Zero frame bitmap before use.
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 Bowlerlbximg: Properly convert lbx_colour to png_color.
2010-02-08 Nick Bowlerlbxtool: Remove - as a synonym for stdin.
2010-02-08 Nick Bowlerliblbx: Parameterise I/O functions for image handling.
2010-02-04 Nick Bowlergnulib: Use the fnmatch module.
2010-02-04 Nick Bowlergnulib: Use getopt-gnu module for increased tool portab...
2009-11-02 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2008-01-05 Nick BowlerAdd version, help, and usage messages to the tools.
2008-01-05 Nick BowlerAdd man pages for lbxtool and lbximg
2008-01-04 Nick BowlerMove reading of embedded palette header into lbximg_fop...
2008-01-04 Nick BowlerUpdate license information.
2008-01-04 Nick BowlerImplement image masks to handle transparency in images.
2008-01-04 Nick BowlerUpdate palette handling in the lbximg tool.
2007-12-31 Nick BowlerImplement decoding for lbximg.
2007-12-31 Nick BowlerInitial implementation of the lbximg tool.