sites

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

commit 64673014becdd3d1b2616e0b4283b97f1c227122
parent a4aa2ca9ead861689c6dd7b7f5664aa679ae76b4
Author: FRIGN <dev@frign.de>
Date:   Mon, 11 Jan 2016 16:55:06 +0100

Add dependency-urls in farbfeld-page

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

diff --git a/tools.suckless.org/farbfeld/index.md b/tools.suckless.org/farbfeld/index.md @@ -9,7 +9,7 @@ It has the following format: | 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 | +| [2222] | 4⋅16-Bit BE unsigned integers [RGBA] / pixel, row-aligned | The RGB-data should be sRGB for best interoperability. @@ -121,8 +121,8 @@ the near future. Dependencies ------------ -* libpng -* libjpeg-turbo +* [libpng](http://www.libpng.org/pub/png/libpng.html) +* [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org/) Development -----------