Clarify manpages in regard to the ICC handling - farbfeld - suckless image format with conversion tools
(HTM) git clone git://git.suckless.org/farbfeld
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 853b79b67c81735874acaeeab5293e9dd7af06bb
(DIR) parent 3bc6c69ae8ff25377848b76a25494aa4a0055544
(HTM) Author: FRIGN <dev@frign.de>
Date: Sun, 17 Jan 2016 02:18:00 +0100
Clarify manpages in regard to the ICC handling
Diffstat:
M ff2png.1 | 5 +++--
M png2ff.1 | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/ff2png.1 b/ff2png.1
@@ -1,4 +1,4 @@
-.Dd 2016-01-05
+.Dd 2016-01-17
.Dt FF2PNG 1
.Os suckless.org
.Sh NAME
@@ -11,7 +11,8 @@
reads a
.Xr farbfeld 5
image from stdin, converts it to a 16-Bit RGBA PNG and writes the result
-to stdout.
+to stdout. The resulting PNG is in ProPhoto RGB and has an according
+ICC profile attached to it.
.Pp
In case of an error
.Nm
(DIR) diff --git a/png2ff.1 b/png2ff.1
@@ -10,7 +10,7 @@
.Nm
reads a PNG image from stdin, converts it to
.Xr farbfeld 5
-and writes the result to stdout.
+respecting ICC color profiles and writes the result to stdout.
.Pp
In case of an error
.Nm