[Mono-bugs] [Bug 69089][Nor] New - Bitmap.RotateFlip: several bugs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Nov 2004 08:16:41 -0500 (EST)


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 juraj@hotfeet.ch.

http://bugzilla.ximian.com/show_bug.cgi?id=69089

--- shadow/69089	2004-11-04 08:16:41.000000000 -0500
+++ shadow/69089.tmp.23098	2004-11-04 08:16:41.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 69089
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: FC2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: juraj@hotfeet.ch               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bitmap.RotateFlip: several bugs
+
+The attached test case exposes several bugs in Bitmap.RotateFlip.
+I'm using Mono and LibGDIPlus from CVS.
+
+Unzip it and start it with the arguments below listed. The program loads
+"hotfeet.gif", rotates or flips it and saves the result as "hotfeet2.gif".
+
+mono picrot.exe Rotate270FlipNone
+-> Segmentation Fault
+
+mono picrot.exe Rotate90FlipNone
+Content of pic is rotated, but width and height is not swapped, resulting
+in a garbled picture.
+
+mono picrot.exe RotateFlipY
+The resulting picture is slightly shifted horizontally, the right picture
+edge is suddenly on the left side.
+Quality of resulting picture is worse than the quality of the original.
+
+
+General problem: The transparency is never preserved.
+
+This all works flawlessly on MS.NET.