sites

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

commit 703fc895d2e00063cd388bdbdc74caa7c056b668
parent 1a6842dd9b18a36c66f377feec355b64124067b8
Author: FRIGN <dev@frign.de>
Date:   Mon, 22 Feb 2016 17:36:20 +0100

Clarify what row-aligned means (-> row-major) and add lel to the list

Diffstat:
Mtools.suckless.org/farbfeld/index.md | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md @@ -4,12 +4,12 @@ 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, row-aligned | +| 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-major | The RGB-data should be sRGB for best interoperability and not alpha-premultiplied. @@ -171,6 +171,7 @@ provide packages: Implementations --------------- +* [lel](http://git.2f30.org/lel) farbfeld image viewer * [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