Update manpage reflecting the features of each tool - farbfeld - suckless image… | |
git clone git://git.suckless.org/farbfeld | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 291e677210c6c2c1d1eba2f0ba2243806ef63b07 | |
parent 2ea5274584f8f38a8bd49271ad7aebed5d3afec3 | |
Author: FRIGN <[email protected]> | |
Date: Tue, 19 Jan 2016 23:32:55 +0100 | |
Update manpage reflecting the features of each tool | |
Diffstat: | |
M jpg2ff.1 | 3 ++- | |
M png2ff.1 | 5 +++-- | |
2 files changed, 5 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/jpg2ff.1 b/jpg2ff.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd 2016-01-05 | |
+.Dd 2016-01-19 | |
.Dt JPG2FF 1 | |
.Os suckless.org | |
.Sh NAME | |
@@ -10,6 +10,7 @@ | |
.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 | |
diff --git a/png2ff.1 b/png2ff.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd 2016-01-05 | |
+.Dd 2016-01-19 | |
.Dt PNG2FF 1 | |
.Os suckless.org | |
.Sh NAME | |
@@ -10,7 +10,8 @@ | |
.Nm | |
reads a PNG image from stdin, converts it to | |
.Xr farbfeld 5 | |
-respecting ICC color profiles and writes the result to stdout. | |
+respecting integrated ICC color profiles | |
+and writes the result to stdout. | |
.Pp | |
In case of an error | |
.Nm |