[Mono-bugs] [Bug 57323][Blo] Changed - Cannot draw one image onto another using Graphics.DrawImage
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 23:41:25 -0400 (EDT)
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 eto@shaw.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=57323
--- shadow/57323 2004-04-22 04:13:48.000000000 -0400
+++ shadow/57323.tmp.20247 2004-04-22 23:41:25.000000000 -0400
@@ -86,6 +86,25 @@
------- Additional Comments From vladimir@pobox.com 2004-04-22 04:13 -------
I just committed a fix for this to libgdiplus. Note that your sample
also wouldn't draw anything -- you're setting the pixels to an alpha
value of 0x00 (i.e. fully transparent) :) 0xffffffff works fine,
though. Please test and let me know if it works for you!
+
+------- Additional Comments From eto@shaw.ca 2004-04-22 23:41 -------
+hm, I tried the latest, had a few probs with autogen.sh:
+tests/Makefile.am:32: variable `NULL' not defined
+**Error**: automake failed.
+
+Got past that by removing the line from configure.in for
+tests/Makefile.am
+
+Also, the date/time skew really is annoying (loops infinately, try
+setting your date one day back, and you'll see).
+
+Anyway. Yes, it now works! Thank you.
+
+There are a few other things that I use that aren't done yet (other
+variants of DrawImage and InterpolationMode), but at least the core
+(of my stuff) works now so I can continue porting. Thanks so much!
+
+