From a98c03cc8dd3e57e4c86a1d067e3dce803cdfbd9 Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Thu, 6 Jan 2022 18:42:34 +0100 Subject: Final changes for 2.13 - typos - changelog - readme.1st --- utils/delphi/lcms2dll.pas | 6 +++--- utils/psicc/psicc.c | 2 +- utils/tificc/tificc.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'utils') diff --git a/utils/delphi/lcms2dll.pas b/utils/delphi/lcms2dll.pas index 9368fc9..f834687 100644 --- a/utils/delphi/lcms2dll.pas +++ b/utils/delphi/lcms2dll.pas @@ -25,7 +25,7 @@ // //--------------------------------------------------------------------------------- // -// Version 2.13 +// Version 2.13 - unmantained // UNIT lcms2dll; @@ -45,7 +45,7 @@ INTERFACE CONST - LCMS2_SO = {$IFDEF DARWIN} 'liblcms2.2.dylib'; {$ELSE} 'lcms2.dll'; {$ENDIF} + LCMS2_SO = {$IFDEF DARWIN} 'liblcms2.13.dylib'; {$ELSE} 'lcms2.dll'; {$ENDIF} TYPE @@ -1449,7 +1449,7 @@ cmsFLAGS_SOFTPROOFING = $4000; // Do softproofing cmsFLAGS_BLACKPOINTCOMPENSATION = $2000; cmsFLAGS_NOWHITEONWHITEFIXUP = $0004; // Don't fix scum dot cmsFLAGS_HIGHRESPRECALC = $0400; // Use more memory to give better accuracy -cmsFLAGS_LOWRESPRECALC = $0800; // Use less memory to minimize resouces +cmsFLAGS_LOWRESPRECALC = $0800; // Use less memory to minimize resources // For devicelink creation cmsFLAGS_8BITS_DEVICELINK = $0008; // Create 8 bits devicelinks diff --git a/utils/psicc/psicc.c b/utils/psicc/psicc.c index 0feabd3..682b2e9 100644 --- a/utils/psicc/psicc.c +++ b/utils/psicc/psicc.c @@ -53,7 +53,7 @@ void Help(void) fprintf(stderr, "-b - Black point compensation (CRD only)\n"); fprintf(stderr, "-u - Do NOT generate resource name on CRD\n"); fprintf(stderr, "-c<0,1,2> - Precision (0=LowRes, 1=Normal (default), 2=Hi-res) (CRD only)\n"); - fprintf(stderr, "-n - Alternate way to set precission, number of CLUT points (CRD only)\n"); + fprintf(stderr, "-n - Alternate way to set precision, number of CLUT points (CRD only)\n"); fprintf(stderr, "\n"); fprintf(stderr, "If no output file is specified, output goes to stdout.\n\n"); diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c index 38df8a3..56a9df9 100644 --- a/utils/tificc/tificc.c +++ b/utils/tificc/tificc.c @@ -110,7 +110,7 @@ void Warning(const char *frm, ...) -// Out of mememory is a fatal error +// Out of memory is a fatal error static void OutOfMem(cmsUInt32Number size) { @@ -642,7 +642,7 @@ void WriteOutputTags(TIFF* out, int Colorspace, int BytesPerSample, int AlphaCha } -// Copies a bunch of tages +// Copies a bunch of tags static void CopyOtherTags(TIFF* in, TIFF* out) -- cgit v1.2.3