summaryrefslogtreecommitdiff
path: root/xicc/fbview.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-02 19:24:58 +0200
commit3db384424bd7398ffbb7a355cab8f15f3add009f (patch)
tree4536961c62454aca3ac87ee88229e4d20c0d44fa /xicc/fbview.c
parentd479dd1aab1c1cb907932c6595b0ef33523fc797 (diff)
New upstream version 1.9.1+repackupstream/1.9.1+repack
Diffstat (limited to 'xicc/fbview.c')
-rw-r--r--xicc/fbview.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/xicc/fbview.c b/xicc/fbview.c
index 07a9170..482ba5f 100644
--- a/xicc/fbview.c
+++ b/xicc/fbview.c
@@ -1,7 +1,10 @@
/*
+ * See xfbview !
+ *
* International Color Consortium Format Library (icclib)
* View the gamut clipping implemented by the bwd profile.
+ * abscol intent, asumes CMYK
*
* Author: Graeme W. Gill
* Date: 2000/12/8
@@ -58,7 +61,7 @@ double absdiff(double in1[3], double in2[3]) {
/* ---------------------------------------- */
void usage(void) {
- fprintf(stderr,"View bwd table clipping of an ICC file, , Version %s\n",ARGYLL_VERSION_STR);
+ fprintf(stderr,"View abscol bwd table clipping of an ICC file, , Version %s\n",ARGYLL_VERSION_STR);
fprintf(stderr,"Author: Graeme W. Gill, licensed under the AGPL Version 3\n");
fprintf(stderr,"usage: fbtest [-v] infile\n");
fprintf(stderr," -v verbose\n");