i have managed to compile Imagemagick in Windows with HDRI and Q32 but in the previous example if I call convert I get the same errors ...
In the past with Q64 I got strange JPEGs results , solved with Q32 I think this problem might be related to the TIFF reading routines ... ...
Here is my version info and the errors ....
D:\ImageMagick-source\VisualMagick\bin>convert -version
Version: ImageMagick 6.7.0-7 2011-06-12 Q32
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: HDRI
D:\ImageMagick-source\VisualMagick\bin>convert -monitor sample32bpc-00.tif sample32.jpg
Save image[sample32.jpg]: 373 of 374, 100% completeplete
Magick: sample32bpc-00.tif: unknown field with tag 33550 (0x830e) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: sample32bpc-00.tif: unknown field with tag 33922 (0x8482) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: sample32bpc-00.tif: unknown field with tag 34735 (0x87af) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: sample32bpc-00.tif: unknown field with tag 34736 (0x87b0) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: sample32bpc-00.tif: unknown field with tag 34737 (0x87b1) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: sample32bpc-00.tif: unknown field with tag 42113 (0xa481) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: Sorry, can not handle images with 32-bit samples. `sample32bpc-00.tif' @error/tiff.c/TIFFErrors/496.
Any idea ?