image processing in VB.Net

D

Dave

Hi,

I am a newbie to .Net (learning to do ASP using VB)
Does anyone know where I can find an example of image processing in VB.Net?
Specifically, I would like to see an example of resizing a jpeg image with a
specified compression/quality.
I know there are 3rd party tools out there, but resampling jpeg images is
the only thing I need to do and
would rather not spend a small fortune to do something so simple.
The VB code would open an 800Wx600H jpeg file, resample(resize) to 400x300,
save as new file, resample that to100x75 and save it as a new file.
I figure I gave to start with the 'system.drawing.imaging' namespace, but am
unsure of all the steps involved in doing this.

Any help would be grately appreciated!

Dave
 

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