summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for input images with redundant alpha channels.HEADmasterMichael Drake2014-06-091-6/+24
| | | | Some PNG exporters are daft.
* Fix bug in detection of unsupported input colour formats.Michael Drake2014-06-091-1/+1
|
* Explicitly include string.h header.Michael Drake2014-06-091-0/+1
| | | | As of libpng 1.6.0, png.h does not include string.h.
* The png_sizeof() macro was made private in libpng 1.5.0.Michael Drake2014-06-091-1/+1
| | | | Not exposed to applications, so just use regular sizeof.
* Don't use typecasted NULL definitions. (Removed in libpng 1.4.0)Michael Drake2014-06-091-6/+5
| | | | Use plain NULL instead.
* Change to unix line endings.Michael Drake2014-06-091-436/+436
|
* Rework the makefiles in the tools/ tree for the new NSBUILD stuffDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/tools/alphagen/; revision=13998
* Comment the functions.Michael Drake2010-09-151-10/+49
| | | | svn path=/trunk/tools/alphagen/; revision=10779
* Documentation and licence info.Michael Drake2010-09-151-1/+1
| | | | svn path=/trunk/tools/alphagen/; revision=10778
* Currently untested port to core build system.Michael Drake2010-09-152-0/+401
svn path=/trunk/tools/alphagen/; revision=10777