modifying image files
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
i'm new to .NET so please bare with me... i have a library full of large jpg that i'm trying to put into a web server but they are too large (i have them in large format for printing purposes) is there a way to create a new image file in a different size?? how would i go about this. basically i want to create a program that will go through all the directories and create a copy of the images that are half the size to post on the web. thanks