Developers - Get Lara http://getlara.com en-us Blog Search Results getlara.com Thu, 24 Jun 2010 16:07:43 GMT http://getlara.com PNG, JPG, GIF Image Resize with .NET with transparency /north-america/canada/alberta/edmonton/post/2008/10/13/png-jpg-gif-image-resize-with-net-with-transparency Proper resizing of images in .net can be accomplished fairly easily, but you must be careful to maintain the original pixel formats as well as the original raw format of the image. By maintaining the original pixel formats you can use the GDI Canvas and Bitmap objects to properly resize an image without loss of transparency or quality. The key to success in this method (and how it differs from the microsoft examples) is in the declaration of the Bitmap object with the pixel format parameter... Mon, 13 Oct 2008 12:54:55 GMT /north-america/canada/alberta/edmonton/post/2008/10/13/png-jpg-gif-image-resize-with-net-with-transparency