In last article I described how to resize an image using PHP, and somebody asked me to provide same example in .NET. So here is a sample C# code for resizing an image on he fly. Once again I want to mention that it is better to resize an image when it is being saved, so you would not have to resize it on the fly.
Add a comment (1) 9,420 Views Read more