From: Bastian Dehn Date: Sun, 4 Feb 2024 18:54:32 +0000 (+0100) Subject: define magick depth X-Git-Tag: v1.0.0^2~344^2~12 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=74b5047e9b058725a8f623891f30a5b6c59474bb;p=sane-kds-s2000w-net.git define magick depth --- diff --git a/src/kds_s2000w_image_converter.c b/src/kds_s2000w_image_converter.c index 1a369bb..b889ce1 100644 --- a/src/kds_s2000w_image_converter.c +++ b/src/kds_s2000w_image_converter.c @@ -1,3 +1,6 @@ +#define MAGICKCORE_QUANTUM_DEPTH 16 +#define MAGICKCORE_HDRI_ENABLE 0 + #include #include #include