]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
define magick depth
authorBastian Dehn <hhaalo@arcor.de>
Sun, 4 Feb 2024 18:54:32 +0000 (19:54 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 4 Feb 2024 18:54:32 +0000 (19:54 +0100)
src/kds_s2000w_image_converter.c

index 1a369bb64d6a73e7e928f761432c4be97b0bae5a..b889ce1a82d29748e48a30923e4e75546ba6e50d 100644 (file)
@@ -1,3 +1,6 @@
+#define MAGICKCORE_QUANTUM_DEPTH 16
+#define MAGICKCORE_HDRI_ENABLE 0
+
 #include <stdio.h>
 #include <string.h>
 #include <magick/MagickCore.h>