Bitmaps and images

  • Thread starter Thread starter Mark Raschi
  • Start date Start date
M

Mark Raschi

Hi,

When loading a bitmap i seem to be getting a lower color resolution than i
expect - how can i check and if need be change the resolution in vb.net.

Cheers,


Mark
 
Hello,

Mark Raschi said:
When loading a bitmap i seem to be getting a lower color resolution than i
expect - how can i check and if need be change the resolution in vb.net.

Post your code.

Do you want to change the screen resolution or the color depth of the image
or the screen?!

Regards,
Herfried K. Wagner
 
Bitmap.HorizontalResolution()
Bitmap.VerticalResolution()
Bitmap.SetResolution(dpiX, dpiY)

hth,

steve
 
Hi Steve,

He said "colour resolution", I'm presuming he meant "colour depth", what
does he mean? Does any know?

:-)

Nick.
 
Back
Top