Page 1 of 1

No Q32 when compiling with --enable-hdri

Posted: 2016-04-04T15:11:34-07:00
by mikjsmith
Hi

I have downloaded the latest IM sources and compiled under CentOS 7 using

make clean
./configure --enable-hdri
make
make install

After the configure command this is reported
CPPFLAGS -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16

The version is reported as

Version: ImageMagick 6.9.3-7 Q16 x86_64 2016-04-04

How do I switch to Q32 or Q64?

thanks

mike

Re: No Q32 when compiling with --enable-hdri

Posted: 2016-04-04T15:16:18-07:00
by snibgo
HDRI is available for any Q-number. I set them with:

Code: Select all

./configure ... --with-quantum-depth=32 --enable-hdri ...