summaryrefslogtreecommitdiff
path: root/lodepng.h
AgeCommit message (Collapse)Author
2018-06-12allow larger amount of pixels, loosen the integer overflow checkHEADmasterLode
2018-03-26when decoding with palette output type but not specifying actual palette ↵Lode
(implying the desire to keep the original), it could change indices if there were duplicate colors in the palette. The workaround was to set color_convert = 0. Still, even with color_convert, there is no reason to do that, so this fixes it
2018-01-15allow optionally ignoring a few more recoverable errorsLode
2017-09-17fix encoder memory leak for some input error casesLode
2016-11-28grey+alpha auto color model detection bugfixLode
2016-07-12add a todoLode
2016-05-01fix encoding PNGs of large dimensionsLode
2016-04-18replace qsort with custom sort for compatibility with some platformsLode
2016-04-09color key and file handlingLode
2016-01-26Fix the quick referenceLode Vandevenne
2016-01-25code tweaksLode
2016-01-24update version numberLode
2016-01-24various updatesLode
2016-01-18various fixesLode
2016-01-18only include those C++ headers when LODEPNG_COMPILE_CPPLode
2015-12-09Made load_file function return error if file can't be openedLode
2015-10-24output palette fixLode
2015-10-24fix typosBen Wiederhake
Credits go to the authors of 'codespell'.
2015-10-19fix typosBen Wiederhake
2015-09-12Merge branch 'master' of https://github.com/lvandeve/lodepngLode
2015-09-12add LODEPNG_NO_COMPILE_CRC compile optionLode
2015-08-01encode() now returns error code if save_file() cannot open output file.Don Cross
Before this change, encode() would return 0 whether or not the output file was created. There was no way for a caller to know when the file could not be created (e.g. due to a non-existent parent directory). Changed save_file() to return error 79 if it cannot open output file. encode() checks return code from save_file() and passes any error value back to the caller.
2015-04-19boundary package mergeLode
2015-03-21make all comments C-styleLode
2015-01-20update a todoLode
2014-12-01move VERSION_STRING to header as LODEPNG_VERSION_STRINGLode
2014-11-27various fixesLode
2014-11-21fix for CLode
2014-11-20Update lodepng.hlvandeve
Rename function because all exported symbol names should start with lodepng to avoid clashes
2014-11-19fix bug with encoding transparent single-pixel imageLode
2014-11-18protect against invalid chunk lengths in some toolsLode
2014-08-24adding lodepng to githubLode