Forum Moderators: not2easy
Not sure where exactly to post this question, this forum sounded close...
I'm in the process of writing some software to to upload my hundreds of family pictures to the web and have hit a problem...
Using VisualBasic I can't find a way to resize the image to something more web friendly. (I don't just want to set the width/height in HTML, but create smaller images for displaying)...
Does anyone know of a way of resizing images in VB or am I resigned to a painful manual process using Adobe and the Image>Image Size feature?
Thanks
-=casey=-
I got a few example scripts searching for
"resize image" GDI32
I think it's easier to do it in Photoshop, but if you ever wanted to add the functionality to your code, GDI is probably a good place to start.