[Mono-bugs] [Bug 68117][Nor] Changed - HorizontalResolution and VerticalResolution of System.Drawing.Image return 0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Oct 2004 22:06:20 -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 jlarimer@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68117
--- shadow/68117 2004-10-18 22:03:28.000000000 -0400
+++ shadow/68117.tmp.2673 2004-10-18 22:06:20.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -51,6 +51,19 @@
------- Additional Comments From jlarimer@gmail.com 2004-10-18 22:03 -------
Created an attachment (id=12989)
Proposed patch for libgdiplus/src/jpegcodec.c
+
+------- Additional Comments From jlarimer@gmail.com 2004-10-18 22:06 -------
+The above patch for libgdiplus (HEAD) fixes the bug:
+
+[M>jlarimer@barstool 68117]$ mono test.exe
+horizontal resolution: 72
+vertical resolution: 72
+height: 600
+width: 800
+size: {Width=800, Height=600}
+raw format: Jpeg
+
+I'll put together a test case for this also.