Ho provato così...

codice:
        Bitmap bmp = new Bitmap(@"C:\Inetpub\wwwroot\miac\fotoup\fot1.jpg");
        Bitmap bmp1 = new Bitmap(300, 300, bmp.PixelFormat);
        Graphics gr = Graphics.FromImage(bmp1);
        gr.Clear(Color.White);
        gr.DrawImage(bmp1, 0, 0);
Non da errore ma in compenso... non fa nulla!