sites

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

commit 4d5081994aa49ef58e2c4366661344c2ce8e8307
parent 96c77b7b36215d41e3f974a06b06d1e0cb66c005
Author: FRIGN <dev@frign.de>
Date:   Mon, 11 Jan 2016 13:25:01 +0100

Add farbfeld-page

Diffstat:
Atools.suckless.org/farbfeld/farbfeld.svg | 5+++++
Atools.suckless.org/farbfeld/index.md | 32++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/tools.suckless.org/farbfeld/farbfeld.svg b/tools.suckless.org/farbfeld/farbfeld.svg @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<!-- Copyright (c) 2016, Laslo Hunhold <dev@frign.de> --> +<svg xmlns="http://www.w3.org/2000/svg" width="178" height="40"> +<path d="m 0,0 0,40 5.7143,0 0,-17.14287 5.71428,0 0,-5.71429 -5.71428,0 0,-11.42858 11.42858,0 0,-5.71429 -17.14288,0 z m 22.85716,0 0,40 5.71429,0 0,-17.14287 5.7143,0 0,17.14287 5.71428,0 0,-40 -17.14287,0 z m 22.85716,0 0,40 5.7143,0 0,-17.14287 5.71429,0 0,-5.71429 -5.71429,0 0,-11.42858 5.71429,0 0,-5.71429 -11.42859,0 z m 11.42859,5.71429 0,11.42858 5.71428,0 0,-11.42858 -5.71428,0 z m 0,17.14287 0,17.14287 5.71428,0 0,-17.14287 -5.71428,0 z m 11.42857,-22.85716 0,40 11.42859,0 0,-5.7143 -5.71428,0 0,-11.42857 5.71428,0 0,-5.71429 -5.71428,0 0,-11.42858 5.71428,0 0,-5.71429 -11.42859,0 z m 11.42859,5.71429 0,11.42858 5.71429,0 0,-11.42858 -5.71429,0 z m 0,17.14287 0,11.42857 5.71429,0 0,-11.42857 -5.71429,0 z m 11.42859,-22.85716 0,40 5.71429,0 0,-17.14287 5.71428,0 0,-5.71429 -5.71428,0 0,-11.42858 11.42858,0 0,-5.71429 -17.14287,0 z m 22.85715,0 0,40 17.14287,0 0,-5.7143 -11.42858,0 0,-11.42857 5.7143,0 0,-5.71429 -5.7143,0 0,-11.42858 11.42858,0 0,-5.71429 -17.14287,0 z m 22.85717,0 0,40 17.14287,0 0,-5.7143 -11.42859,0 0,-34.28573 -5.71428,0 z m 22.85715,0 0,40 11.42859,0 0,-5.7143 -5.7143,0 0,-28.57144 5.7143,0 0,-5.71429 -11.42859,0 z m 11.42859,5.71429 0,28.57144 5.71428,0 0,-28.57144 -5.71428,0 z m -142.85727,0 5.7143,0 0,11.42858 -5.7143,0 0,-11.42858 z" style="fill:#222" /> +</svg> diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md @@ -0,0 +1,32 @@ +![farbfeld](farbfeld.svg) + +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 | + +The RGB-data should be sRGB for best interoperability. + +Dependencies +------------ + + * libpng + * libjpeg-turbo + +Development +----------- + +You can [browse](http://git.suckless.org/farbfeld) its source code repository +or get a copy using the following command: + + git clone http://git.suckless.org/farbfeld + +Download +-------- + +* [farbfeld-1](http://dl.suckless.org/farbfeld/farbfeld-1.tar.gz) (2016-01-06)