summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for input images with redundant alpha channels.HEADmasterMichael Drake2014-06-091-6/+24
* Fix bug in detection of unsupported input colour formats.Michael Drake2014-06-091-1/+1
* Set -O2 optimisation flag.Michael Drake2014-06-091-0/+3
* Enable extra warnings.Michael Drake2014-06-091-1/+2
* Explicitly include string.h header.Michael Drake2014-06-091-0/+1
* The png_sizeof() macro was made private in libpng 1.5.0.Michael Drake2014-06-091-1/+1
* Don't use typecasted NULL definitions. (Removed in libpng 1.4.0)Michael Drake2014-06-091-6/+5
* Change to unix line endings.Michael Drake2014-06-091-436/+436
* Remove the build/ stuff from the toolsDaniel Silverstone2012-06-290-0/+0
* Rework the makefiles in the tools/ tree for the new NSBUILD stuffDaniel Silverstone2012-06-292-3/+5
* Comment the functions.Michael Drake2010-09-151-10/+49
* Documentation and licence info.Michael Drake2010-09-153-1/+59
* Currently untested port to core build system.Michael Drake2010-09-153-10/+27
* Add comment.Michael Drake2010-09-151-0/+1
* Fix libpng header include.Michael Drake2010-09-151-1/+1
* C99 --> C89.Michael Drake2010-09-152-7/+10
* Improve input image checking. Now detects black and white image mixup and id...Michael Drake2010-09-151-12/+60
* Let the input and output filenames be specified on the command line.Michael Drake2010-09-141-19/+51
* Allow saving in common colour depths.Michael Drake2009-12-201-6/+18
* Don't allocate rows individually.Michael Drake2009-12-041-12/+11
* Tool for generating alpha channels for ArtWorks bitmap exports.Michael Drake2009-01-092-0/+317