Remove last ICC traces - farbfeld - suckless image format with conversion tools
HTML git clone git://git.suckless.org/farbfeld
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 489b6402af4972b19a9295ccb74482b8daec83ec
DIR parent cb90a3d930f63c1d5f9aca8c6b680735711303cf
HTML Author: FRIGN <dev@frign.de>
Date: Mon, 22 Feb 2016 17:40:07 +0100
Remove last ICC traces
Diffstat:
M ff2png.1 | 3 +--
M jpg2ff.1 | 1 -
M png2ff.1 | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
---
DIR diff --git a/ff2png.1 b/ff2png.1
@@ -11,8 +11,7 @@
reads a
.Xr farbfeld 5
image from stdin, converts it to a 16-Bit RGBA PNG and writes the result
-to stdout. The resulting PNG is in ProPhoto RGB and has an according
-ICC profile attached to it.
+to stdout.
.Pp
In case of an error
.Nm
DIR diff --git a/jpg2ff.1 b/jpg2ff.1
@@ -10,7 +10,6 @@
.Nm
reads a JPG image from stdin, converts it to
.Xr farbfeld 5
-respecting integrated ICC color profiles
and writes the result to stdout.
.Pp
In case of an error
DIR diff --git a/png2ff.1 b/png2ff.1
@@ -10,7 +10,6 @@
.Nm
reads a PNG image from stdin, converts it to
.Xr farbfeld 5
-respecting integrated ICC color profiles
and writes the result to stdout.
.Pp
In case of an error