sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit eb6444bc6f7dcddeed492e8752365014a4d25e76
parent bc1377cce1b41050cc4c7f3d32bbf378d78ff882
Author: FRIGN <dev@frign.de>
Date:   Sun, 31 Jan 2016 00:05:36 +0100

Link to farbfeld filter collection

Diffstat:
Mtools.suckless.org/farbfeld/index.md | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md @@ -4,15 +4,15 @@ farbfeld is a lossless image format which is easy to parse, pipe and compress. It has the following format: -| Bytes | Description | -|--------|-----------------------------------------------| -| 8 | "farbfeld" magic value | -| 4 | 32-Bit BE unsigned integer (width) | -| 4 | 32-Bit BE unsigned integer (height) | -| [2222] | 4⋅16-Bit BE unsigned integers [RGBA] / pixel | -| | pixels in rows, not alpha-premultiplied | +| Bytes | Description | +|--------|-----------------------------------------------------------| +| 8 | "farbfeld" magic value | +| 4 | 32-Bit BE unsigned integer (width) | +| 4 | 32-Bit BE unsigned integer (height) | +| [2222] | 4⋅16-Bit BE unsigned integers [RGBA] / pixel, row-aligned | -The RGB-data should be in sRGB. +The RGB-data should be sRGB for best interoperability and not +alpha-premultiplied. Examples -------- @@ -174,6 +174,7 @@ Implementations * [sent](http://tools.suckless.org/sent/) presentation tool * [Go encoder/decoder](https://github.com/hullerob/go.farbfeld) * [resize](https://github.com/ender672/farbfeld-resize) image filter +* [gamut](https://github.com/erik/gamut) image filter collection Author ------