public static byte[] ResizeImageFile(byte[] imageFile, int targetSize)
{
    using (System.Drawing.Image oldImage = System.Drawing.Image.FromStream(new MemoryStream(imageFile)))
...

C# Image Resizing

by tmeers.myopenid.com, January 08, 2010 03:03, 2 refactorings, tagged with C#, gdi+

I'm really trying to nail o...

55502f40dc8b7c769880b10874abc9d0 Talk