DotNetShoutout - Stories tagged with How to scale images without losing aspect ratio
6
Shouts

Image Uploading and High Quality Resizing - C#

published 1140 days, 20 hours, 36 minutes ago posted by https://me.yahoo.com/agnitarang#7fca3https://me.yahoo.com/agnitarang#7fca3 1143 days, 3 hours, 33 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Saturday, April 03, 2010 5:48:07 AM GMT
Uploading of images and resizing (scaling) of them is a very common utility application. Various applications for this function are - Photo thumbnails, profile photos, stock photograph images like Flickr, etc. The System.Drawing namespace provides a built-in thumbnail creation function, but here is a code snippet to resize images preserving its original aspect ratio, maintaining high quality, and limiting the image sizes within prescribed maximum values. This article explains two concepts - 1. Uploadi... (more)
category: Web Dev | clicked: 4 | comment | | source: www.consultsarath.com
tags: ASP.Net 2.0, How to scale images without losing aspect ratio, Uploading photos using C#, FileUpload Control, System.Drawing, Resizing images using C#