Opening a bitmap
-
Hi everybody, I am doing a project in image processing using VC++. I want to dispaly the image to the user, for which I got all the information about the bitmap from the Serialize function. Except 24 bit bitmap all other bitmaps are not displayed properly Should I add any extra code for displaying 1,4,8 bit bitmap? Pls Help
-
Hi everybody, I am doing a project in image processing using VC++. I want to dispaly the image to the user, for which I got all the information about the bitmap from the Serialize function. Except 24 bit bitmap all other bitmaps are not displayed properly Should I add any extra code for displaying 1,4,8 bit bitmap? Pls Help
Hi, You should use Device-Independent Bitmaps rather Device-Dependent Bitmaps. it might solve your problem. Jitendra.
-
Hi everybody, I am doing a project in image processing using VC++. I want to dispaly the image to the user, for which I got all the information about the bitmap from the Serialize function. Except 24 bit bitmap all other bitmaps are not displayed properly Should I add any extra code for displaying 1,4,8 bit bitmap? Pls Help
Hi, You should you Device-Independent Bitmaps rather Device-Dependent Bitmaps. it might solve your problem. Jitendra.