Picture Resizing

lothos12345

Well-known member
Joined
May 2, 2002
Messages
294
Location
Texas
Is there a way in VB.NET to resize all the jpegs in a folder to the following measurements:

Width: 320
Height: 240

If there is can anyone give me an example of how to accomplish this task.
Any help given is greatly appreiciated.
 
Unforunately neither of those articles helped me in my problem. Basically I am trying to read all the jpegs in one partculiar folder, resize them all the jpegs to (320, 240) and save the newly resized jpegs to another folder. Neither aritcle was what I needed to accomplish this. Moving the jpegs is the easy part, it is resizing pictures that already exist that is proving to be rather difficult in visual basic.NET. Any help or examples given is greatly appreiciated.
 
Back
Top