If I have a JPG image say 320x219 is there a way to create a copy of the image say as a thumbnail of 120x82 in VB.NET without 3rd party controls ??
would appreciate any help
thanks BH
Printable View
If I have a JPG image say 320x219 is there a way to create a copy of the image say as a thumbnail of 120x82 in VB.NET without 3rd party controls ??
would appreciate any help
thanks BH
Use a bitmap object. Create an instance, then call the GetThumbnail method.
Thankyou
i've never used pictures/images in code before without 3rd party controls. This sounds really simple. Woula appreciate a few lines of code as I am unsure what to do. Will this work with a JPEG or does it have to be a bitmap ??
BH
Why not try a search it'll do wonders?
http://www.vbforums.com/search.php?s...der=descending
thanks ed
I tried a search on 'resize image' and got nil response. I always try a search first. I did a search on gooogle and found quite a few entries, just a matter of working thru them
thankyou bh