Switch quantum depth back to 16

This commit is contained in:
Essem 2021-08-31 16:28:09 -05:00
parent c6589dd507
commit 2421c310e3
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"libraries": [
"<!(pkg-config --libs Magick++)",
],
"defines": ["NAPI_CPP_EXCEPTIONS", "MAGICKCORE_HDRI_ENABLE=0", "MAGICKCORE_QUANTUM_DEPTH=8"]
"defines": ["NAPI_CPP_EXCEPTIONS", "MAGICKCORE_HDRI_ENABLE=0", "MAGICKCORE_QUANTUM_DEPTH=16"]
}
]
}