Hi,
In my application i am using 8 bit bitmaps... if the application
getting 16 bit bitmaps I need to change that in to 8 bit..
But its seems some color change in the resultant bitmap..
plz help me to solve this problem
i'm using this codes for the convertion..
bmp = BmpCreate(width,height ,8,BmpGetColortable(bmpPtr),&err);
windowHandle = WinCreateBitmapWindow(bmp,&err);
temp = WinSetDrawWindow(windowHandle);
WinPaintBitmap(bmpPtr,0,0);
WinSetDrawWindow(temp);
newbmpPtr = WinGetBitmap(windowHandle);
thank you...
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/