Bitmaps and images

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
 
H

Herfried K. Wagner [MVP]

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
 
S

steve

Bitmap.HorizontalResolution()
Bitmap.VerticalResolution()
Bitmap.SetResolution(dpiX, dpiY)

hth,

steve
 
N

Nak

Hi Steve,

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

:)

Nick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top