Resizing an image in asp.net without losing the image quality
        Posted  
        
            by Kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kumar
        
        
        
        Published on 2010-02-23T16:46:43Z
        Indexed on 
            2010/05/08
            10:48 UTC
        
        
        Read the original article
        Hit count: 447
        
I am developing an ASP.NET 3.5 web application in which I am allowing my users to upload either jpeg,gif,bmp or png images. If the uploaded image dimensions are greater then 103 x 32 the I want to resize the uploaded image to 103 x 32. I have read some blog posts and articles, and have also tried some of the code samples but nothing seems to work right. Has anyone succeed in doing this?
© Stack Overflow or respective owner