Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2018-05-02 19:01:09 +0300
committerMarti Maria <info@littlecms.com>2018-05-02 19:01:09 +0300
commit0c6f4084e42e2263ecac0fcdbae3bf6e2cb36963 (patch)
tree7b9244298a549f10764f2af5694373df8d644068 /utils
parent30e8719c18baf8e88de537c8c5e5b009029c3392 (diff)
parentda9a3290f34c83e6ba2c4ea0f29c7cdce94c2b16 (diff)
Merge branch 'master' of https://github.com/mm2/Little-CMS
Diffstat (limited to 'utils')
-rw-r--r--utils/jpgicc/jpgicc.c6
-rw-r--r--utils/samples/itufax.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/utils/jpgicc/jpgicc.c b/utils/jpgicc/jpgicc.c
index e6311f2..93ac7f5 100644
--- a/utils/jpgicc/jpgicc.c
+++ b/utils/jpgicc/jpgicc.c
@@ -105,7 +105,7 @@ in the case of future revision (for example, 1994).
Spatial Resolution: (Two octets) Lightness pixel density in pels/25.4 mm. The basic value is 200. Allowed values are
100, 200, 300, 400, 600 and 1200 pels/25.4 mm, with square (or equivalent) pels.
-NOTE – The functional equivalence of inch-based and mm-based resolutions is maintained. For example, the 200 × 200
+NOTE - The functional equivalence of inch-based and mm-based resolutions is maintained. For example, the 200 x 200
*/
static
@@ -142,8 +142,8 @@ void SetITUFax(j_compress_ptr cinfo)
// the default range for ITU/T.42 -- See RFC 2301, section 6.2.3 for details
// L* = [0, 100]
-// a* = [–85, 85]
-// b* = [–75, 125]
+// a* = [-85, 85]
+// b* = [-75, 125]
// These functions does convert the encoding of ITUFAX to floating point
diff --git a/utils/samples/itufax.c b/utils/samples/itufax.c
index 79c7c44..72651c8 100644
--- a/utils/samples/itufax.c
+++ b/utils/samples/itufax.c
@@ -29,9 +29,9 @@
// the default range for ITU/T.42 -- See RFC 2301, section 6.2.3 for details
-// L* = [0, 100]
-// a* = [–85, 85]
-// b* = [–75, 125]
+// L* = [0, 100]
+// a* = [-85, 85]
+// b* = [-75, 125]
// These functions does convert the encoding of ITUFAX to floating point