Does anyone know if its possible to resize an image file to certain proportions using ASP.NET?
By resizing a dont mean when displaying them i mean actually resizing the file and saving it.
cheers
b
Printable View
Does anyone know if its possible to resize an image file to certain proportions using ASP.NET?
By resizing a dont mean when displaying them i mean actually resizing the file and saving it.
cheers
b
Hi Beacon, Good to see you back here.Quote:
Originally Posted by Beacon
Here is an example(C#) I found after googling http://www.codeproject.com/csharp/imageresize.asp. and another one if you want to generate thumbnail http://www.codeproject.com/aspnet/pnguploader.asp
Hope it helps.
Thanks Danial havent seen you for a while. But sadly only popping by for a quick questions.
I've tried both and cant get them to work.
The PNG uploader works but increases the files size! Weird!