index
:
farbfeld.git
master
suckless image format with conversion tools
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ff2png.c
Age
Commit message (
Expand
)
Author
2018-04-11
Add efread() and efwrite()
Laslo Hunhold
2017-04-13
Use fshut() to properly flush the output stream
Laslo Hunhold
2017-04-12
Refactor png-conversion-utilities
Laslo Hunhold
2017-03-30
Add util.{c|h} to deduplicate code
Laslo Hunhold
2016-05-19
Improve fread error handling in ff2*
Alexander Krotov
2016-03-18
Prevent overflow in rowlen and improve inaccuracies in style
FRIGN
2016-03-04
Use uint32-array to store the header
FRIGN
2016-02-01
Refactor tools and increase performance by ~70%
FRIGN
2016-01-29
Back to the roots.
FRIGN
2016-01-20
Use linear RGB
FRIGN
2016-01-19
Remove more png cruft from code
FRIGN
2016-01-17
Mandate "ProPhoto RGB" color space for farbfeld and handle ICC profiles
FRIGN
2016-01-06
Improve error-handling in the tools
FRIGN
2016-01-06
Small changes in the png-utils
FRIGN
2016-01-04
Add stricter and clearer error-checking in png2ff and ff2png
FRIGN
2016-01-04
ff2png: Export 16-Bit RGBA PNG's so we don't lose data
FRIGN
2015-11-17
Avoid using the non-portable endian.h conversion functions
sin
2015-11-13
Add _BSD_SOURCE for endian.h
FRIGN
2015-11-10
Remove arg.h
FRIGN
2015-11-10
Fix 16-bit RGB-expands and header-endianness properly
FRIGN
2015-11-09
imagefile -> farbfeld
FRIGN