summaryrefslogtreecommitdiff
path: root/png2ff.c
Commit message (Expand)AuthorAge
* Staticize functions in png2ff(1)Laslo Hunhold2017-04-14
* Use fshut() to properly flush the output streamLaslo Hunhold2017-04-13
* Refactor png-conversion-utilitiesLaslo Hunhold2017-04-12
* Add util.{c|h} to deduplicate codeLaslo Hunhold2017-03-30
* Prevent overflow in rowlen and improve inaccuracies in styleFRIGN2016-03-18
* Add proper blank lines in png2ff(1) before commentsFRIGN2016-03-04
* Refactor tools and increase performance by ~70%FRIGN2016-02-01
* Back to the roots.FRIGN2016-01-29
* Use linear RGBFRIGN2016-01-20
* Remove more png cruft from codeFRIGN2016-01-19
* Fix gcc-optimization bug in png2ffFRIGN2016-01-17
* Mandate "ProPhoto RGB" color space for farbfeld and handle ICC profilesFRIGN2016-01-17
* Improve error-handling in the toolsFRIGN2016-01-06
* Small changes in the png-utilsFRIGN2016-01-06
* Add stricter and clearer error-checking in png2ff and ff2pngFRIGN2016-01-04
* Readd &colorFRIGN2016-01-04
* Convert depth-check to switch and remove unused variablesFRIGN2016-01-04
* Clean up png2ff, remove debug leftoversFRIGN2016-01-04
* png2ff: Convert 16-Bit PNG's losslesslyFRIGN2016-01-04
* Avoid using the non-portable endian.h conversion functionssin2015-11-17
* Add _BSD_SOURCE for endian.hFRIGN2015-11-13
* Remove arg.hFRIGN2015-11-10
* Fix 16-bit RGB-expands and header-endianness properlyFRIGN2015-11-10
* imagefile -> farbfeldFRIGN2015-11-09