summaryrefslogtreecommitdiff
path: root/testbed
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-06-05 13:07:27 +0200
committerMarti Maria <marti.maria@littlecms.com>2022-06-05 13:07:27 +0200
commit07c005ca20309432d9a857a3f4c1f4a5f8ff303f (patch)
tree33dac670aff16a8d24d8317e6fb1e72beac2b286 /testbed
parent6ae2e99a3535417ca5c95b602eb61fdd29d294d0 (diff)
downloadlcms2-07c005ca20309432d9a857a3f4c1f4a5f8ff303f.tar.gz
A very preliminar new plug-in on multithreaded transforms
This is just the first try to get a new plugin type and a working example. Manuals are still missing. Basically a plug-in of this type adds multicore capabilities. May be used for GPU in future.
Diffstat (limited to 'testbed')
-rw-r--r--testbed/new.iccbin25244 -> 25244 bytes
-rw-r--r--testbed/testbed.expbin0 -> 61676 bytes
-rw-r--r--testbed/testcms2.c4
3 files changed, 2 insertions, 2 deletions
diff --git a/testbed/new.icc b/testbed/new.icc
index 53b3505..bd90c3d 100644
--- a/testbed/new.icc
+++ b/testbed/new.icc
Binary files differ
diff --git a/testbed/testbed.exp b/testbed/testbed.exp
new file mode 100644
index 0000000..376be96
--- /dev/null
+++ b/testbed/testbed.exp
Binary files differ
diff --git a/testbed/testcms2.c b/testbed/testcms2.c
index 838c160..717b1c9 100644
--- a/testbed/testcms2.c
+++ b/testbed/testcms2.c
@@ -8384,11 +8384,11 @@ int CheckGammaSpaceDetection(void)
return 1;
}
-// Per issue #308. A built-in corrypted by using write raw tag was causing a segfault
+// Per issue #308. A built-in is corrupted by using write raw tag was causing a segfault
static
int CheckInducedCorruption(void)
{
- cmsHTRANSFORM xform0, xform1;
+ cmsHTRANSFORM xform0;
char garbage[] = "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b";
cmsHPROFILE hsrgb = cmsCreate_sRGBProfile();
cmsHPROFILE hLab = cmsCreateLab4Profile(NULL);