From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- xicc/fbview.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xicc/fbview.c') 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"); -- cgit v1.2.3