I know you have classes build for rendering images, but I am curious about how you render 16bit grayscale images in C#, as Windows.Form will use GDI+ which only support 8bit grayscale images.
What external library or component do you use to achieve this?
I have look in the code repository and narrowed my search down to the BilinearInterpolation and the *Render and *Buffer classes in the ImageViewer. I can also see CC can utilize VTK in some way - but i need the missing link!
Can anyone give me a short description on how CC render 16bit grayscale images in C#?
Thanks