image - Handling 16 bpp tiff file in C++ -
I need to open 16 BPP grayscale tiff image in C ++ program. I try to do it with GDI + image class Is doing, I get an out-of-office match (GDI + 16 does not support the BPP format). Standard Windows tools, such as paint and picture viewers, can not open such an image, they probably use GDI or GDI + ImageJ program successfully opens an image like this. Is there any SDK that can open such images and image Can access raw data? If not, then I need a TIFF file specification, and apply it to my code.
Comments
Post a Comment