Question resizing image

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
when i resize my image with this,

VB.NET:
img = New Bitmap(PictureBox1.Image, newSize)

img went from 24bit to 32bit and 72dpi to 96dpi.

Can it be set to the original bitdepth and dpi when resizing?
 
Back
Top