[Mono-bugs] [Bug 78076][Maj] Changed - Graphics.DrawImage badly
broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 11:24:24 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by t7 at pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78076
--- shadow/78076 2006-04-11 11:02:19.000000000 -0400
+++ shadow/78076.tmp.25690 2006-04-11 11:24:24.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: other
OS Details: Fedora Core 4
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: libgdiplus
AssignedTo: peter at novonyx.com
ReportedBy: t7 at pobox.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -67,6 +67,12 @@
newBmpGraphics.Dispose();
newBmp.Save("image2.png", ImageFormat.Png);
}
}
+
+------- Additional Comments From t7 at pobox.com 2006-04-11 11:24 -------
+Switching the new Bitmap format to PixelFormat.Format32bppArgb
+eliminates the problem (though it is still a bug that it fails with
+Format24bppRgb).
+Also note, using DrawImageUnscaled() gives the same (bad) result.
More information about the mono-bugs
mailing list