summaryrefslogtreecommitdiff
path: root/ff2png.c
Commit message (Expand)AuthorAge
* Add warn() and die()Laslo Hunhold2018-04-11
* Add efread() and efwrite()Laslo Hunhold2018-04-11
* 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
* Improve fread error handling in ff2*Alexander Krotov2016-05-19
* Prevent overflow in rowlen and improve inaccuracies in styleFRIGN2016-03-18
* Use uint32-array to store the headerFRIGN2016-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
* 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
* ff2png: Export 16-Bit RGBA PNG's so we don't lose dataFRIGN2016-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