-
Does anyone have any code examples that can resize a jpg? I want to be able to make thumbnails automaticaly instead of having to do it using a seperate program. I played with a intel dll a while back that lets you save a jpg but couldn't get it to do what i wanted.
-
You should use paintpicture to resize your picture
Code:
object.PaintPicture picture, x1, y1, width1, height1, x2, y2, width2, height2, vbsrccopy
Just specify the object you want to paint to, the picture is the source picture property of a image or picturebox, and the coordinates and size parameters
-
You just have to save it back to the jpg, but that's another problem, i think there's code for that somewhere, try search for it
-
VB cannot save in JPEG format. If you change the file extention to .JPG, it will save, but the format will still be a Bitmap, not a JPEG.
-
I know that, i only said that there's code somewhere to save for it, btw i found it on my own harddisk, shall send it?
-
could you send it to [email protected]? Thanks. Intel has a dll or something avalible to save jpgs, used to have it, is that what this is?
-
ACtually It's source, not sure where i got it, possibly planet source code.
sent.