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
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--doc/LittleCMS2.12 API.pdfbin887501 -> 0 bytes
-rw-r--r--doc/LittleCMS2.12 Plugin API.pdfbin651021 -> 0 bytes
-rw-r--r--doc/LittleCMS2.12 tutorial.pdfbin512619 -> 0 bytes
-rw-r--r--doc/LittleCMS2.13 API.pdfbin0 -> 985044 bytes
-rw-r--r--doc/LittleCMS2.13 Plugin API.pdfbin0 -> 458209 bytes
-rw-r--r--doc/LittleCMS2.13 tutorial.pdfbin0 -> 588527 bytes
-rw-r--r--include/lcms2.h2
-rw-r--r--include/lcms2_plugin.h2
-rw-r--r--plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdfbin413883 -> 147703 bytes
-rw-r--r--utils/tificc/tificc.c8
11 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index ff42caf..fc82364 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@ DerivedData
*.ipdb
*.iobj
*.recipe
+*.idb
diff --git a/doc/LittleCMS2.12 API.pdf b/doc/LittleCMS2.12 API.pdf
deleted file mode 100644
index 2b34cda..0000000
--- a/doc/LittleCMS2.12 API.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/LittleCMS2.12 Plugin API.pdf b/doc/LittleCMS2.12 Plugin API.pdf
deleted file mode 100644
index 1a5ed51..0000000
--- a/doc/LittleCMS2.12 Plugin API.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/LittleCMS2.12 tutorial.pdf b/doc/LittleCMS2.12 tutorial.pdf
deleted file mode 100644
index 779a39c..0000000
--- a/doc/LittleCMS2.12 tutorial.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/LittleCMS2.13 API.pdf b/doc/LittleCMS2.13 API.pdf
new file mode 100644
index 0000000..0e9f25d
--- /dev/null
+++ b/doc/LittleCMS2.13 API.pdf
Binary files differ
diff --git a/doc/LittleCMS2.13 Plugin API.pdf b/doc/LittleCMS2.13 Plugin API.pdf
new file mode 100644
index 0000000..00c7167
--- /dev/null
+++ b/doc/LittleCMS2.13 Plugin API.pdf
Binary files differ
diff --git a/doc/LittleCMS2.13 tutorial.pdf b/doc/LittleCMS2.13 tutorial.pdf
new file mode 100644
index 0000000..99ddba7
--- /dev/null
+++ b/doc/LittleCMS2.13 tutorial.pdf
Binary files differ
diff --git a/include/lcms2.h b/include/lcms2.h
index bfcbbe5..5cba638 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2021 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index 5bc8227..b84f88c 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2020 Marti Maria Saguer
+// Copyright (c) 1998-2022 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
diff --git a/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf b/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf
index 949b50b..7e88ba9 100644
--- a/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf
+++ b/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf
Binary files differ
diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c
index fab1c22..270a637 100644
--- a/utils/tificc/tificc.c
+++ b/utils/tificc/tificc.c
@@ -634,7 +634,11 @@ void WriteOutputTags(TIFF* out, int Colorspace, int BytesPerSample, int AlphaCha
}
if (PixelDepth == 32)
- TIFFSetField(out, TIFFTAG_SAMPLEFORMAT, SAMPLEFORMAT_IEEEFP);
+ TIFFSetField(out, TIFFTAG_SAMPLEFORMAT,
+ SAMPLEFORMAT_IEEEFP,
+ SAMPLEFORMAT_IEEEFP,
+ SAMPLEFORMAT_IEEEFP,
+ SAMPLEFORMAT_IEEEFP);
}
@@ -648,7 +652,7 @@ void CopyOtherTags(TIFF* in, TIFF* out)
short shortv;
- short compression;
+ unsigned short compression;
cmsUInt32Number ow, ol;
cmsFloat32Number floatv;
char *stringv;