I can't save a picture, and i dont know the reson.
here is the code:
Dim img As New Bitmap(Server.M apPath("409.gif "))
Dim height As Integer = Int(img.Height)
Dim Width As Integer = Int(img.Width)
Dim img1 As New Bitmap(img.Clon e(New RectangleF(0, 0, 300, 50), img.PixelFormat ))
img1.Dispose()
img1.Save((Serv er.MapPath("r.g if")),...