[wiki] [sites] Link to farbfeld filter collection || FRIGN

From: <git_AT_suckless.org>
Date: Sun, 31 Jan 2016 00:06:19 +0100

commit eb6444bc6f7dcddeed492e8752365014a4d25e76
Author: FRIGN <dev_AT_frign.de>
Date: Sun Jan 31 00:05:36 2016 +0100

    Link to farbfeld filter collection

diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md
index 0ede91c..06c6b1f 100644
--- a/tools.suckless.org/farbfeld/index.md
+++ b/tools.suckless.org/farbfeld/index.md
_AT_@ -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
 --------
_AT_@ -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
 ------
Received on Sun Jan 31 2016 - 00:06:19 CET

This archive was generated by hypermail 2.3.0 : Sun Jan 31 2016 - 00:12:57 CET