I have a 32 bit grayscale TIFF image that I would like to load, but when I try to load the image, the resulting image is black.
After loading, the TIOParams has the correct BitsPerSample and SamplesPerPixel, but the TIEBitmap was setup with the pixel format of ie24RGB.
I am testing the TIFF file loading using the TiffHandler sample project.
 |