
Change 256 bitmap to 16 bit using bitblt / vb
Hi,
I need to change the bitmap I capture from the screen (which is in 256
color) to
16bit so that I can then convert it into JPG using external dll/ocx.
Anybody has suggestions as to how I can do this using winapi in vb?
Or can I just capture the screen in 16bit irrespective of the original
palette?
Can somebody please post a sample code?
Thanks
Shaju