[Mono-bugs] [Bug 52868][Min] New - Resizing an image using Bitmap

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 15:27:12 -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 tiago.lima@vianw.pt.

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

--- shadow/52868	2004-01-14 15:27:12.000000000 -0500
+++ shadow/52868.tmp.17071	2004-01-14 15:27:12.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 52868
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Minor
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tiago.lima@vianw.pt               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Resizing an image using Bitmap
+
+Description of Problem: The System.Drawing.Bitmap.ctor(Image, Size) doesnt
+resize the input image.
+
+Steps to reproduce the problem:
+1. Create an image, for example, "input.jpg".
+2. Compile and run the file ReduceImage.cs.
+3. See the size of the output file "result.jpg".
+
+Actual Results:
+The output image has the same size has the input image.
+
+Expected Results:
+The output image should be the size especified in the ReduceImage.cs file.
+
+How often does this happen? 
+Always.
+
+Additional Information: