ASP.NET/Vb.net: How to create a frame after an image is uploaded ?
- by stighy
Hi guys, i would like to create a fixed size frame for user photos uploaded.
I've tought: i, can create a fixed sized image (200 width x 600 height for example), with my personal frame (top, left, bottom, right element graphics) , and in the center a transparency.
Ok, but i don't know how to merge the photo into the frame and save the new photo format.
Does anybody have some piece of code to help me ?
Thank you!