Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Made load_file function return error if file can't be opened | Lode | |
2015-10-24 | output palette fix | Lode | |
2015-10-24 | fix typos | Ben Wiederhake | |
Credits go to the authors of 'codespell'. | |||
2015-10-19 | fix typos | Ben Wiederhake | |
2015-09-12 | Merge branch 'master' of https://github.com/lvandeve/lodepng | Lode | |
2015-09-12 | add LODEPNG_NO_COMPILE_CRC compile option | Lode | |
2015-08-01 | encode() 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-19 | boundary package merge | Lode | |
2015-03-21 | make all comments C-style | Lode | |
2015-01-20 | update a todo | Lode | |
2014-12-01 | move VERSION_STRING to header as LODEPNG_VERSION_STRING | Lode | |
2014-11-27 | various fixes | Lode | |
2014-11-21 | fix for C | Lode | |
2014-11-20 | Update lodepng.h | lvandeve | |
Rename function because all exported symbol names should start with lodepng to avoid clashes | |||
2014-11-19 | fix bug with encoding transparent single-pixel image | Lode | |
2014-11-18 | protect against invalid chunk lengths in some tools | Lode | |
2014-08-24 | adding lodepng to github | Lode | |