<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi Dear VTK users,
<p><br>
</p>
<p>I've been working for several days on :</p>
<p>- Doing volumic rendering with VTK</p>
<p>- Export the render window to an image</p>
<p><br>
</p>
<p>I'm able to do that but I would like to increase the number of bits per pixels (bpp).</p>
<p><br>
</p>
<p>Currently, I use a <span>vtkWindowToImageFilter combined with a <span>vtkTIFFWriter</span> to export the image of a
<span>vtkWin32OpenGLRenderWindow</span>.</span></p>
<p><span><br>
</span></p>
<p><span>I found that the method <span><span><span>vtkWin32OpenGLRenderWindow</span>
</span>::SetupPixelFormatPaletteAndContext() let me specify the desired bpp.</span></span></p>
<p><span><span>I managed to go up to 32 bpp without any warning/error but it has no effect on the rendered results and the exported image, the image always has 24 bit depth RGB, 8 bits per channel.</span></span><br>
</p>
<p><br>
</p>
<p><span>I attached the code I use to achieve that.</span><br>
</p>
<p><br>
</p>
<p>My question is : is it possible to have a render window with 10, 16 or more bits per color per pixel ?</p>
<p><br>
</p>
<p>My system :</p>
<p><br>
</p>
<p>VTK 8.0.0 built from source</p>
<p><br>
</p>
Graphics card : AMD Radeon R9 Fury X. Display settings supports 10 bits per channel</div>
<br>
<p></p>
</div>
</body>
</html>