[Mono-bugs] [Bug 78163][Nor] Changed - Image.PropertyItems.Length
is always 0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Apr 29 15:33:59 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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78163
--- shadow/78163 2006-04-27 01:16:31.000000000 -0400
+++ shadow/78163.tmp.31744 2006-04-29 15:33:59.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78163
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: peter at novonyx.com
ReportedBy: xenomorph2 at onlinehome.de
QAContact: mono-bugs at ximian.com
@@ -27,6 +27,30 @@
first parameter of the app.
------- Additional Comments From xenomorph2 at onlinehome.de 2006-04-22 12:19 -------
Created an attachment (id=16813)
Sample app
+
+------- Additional Comments From peter at novonyx.com 2006-04-29 15:33 -------
+This property is working since around svn revision 59689.
+
+We currently return properties on GIF and TIFF images. BMP does not
+have properties and I still need to add property support to JPG (Exif
+data) and PNG (comments only).
+
+However, Image.PropertyItems is properly filled out if a supported
+image is used:
+
+pbartok2:/swf/winforms/bug # mono bug.exe ../img/multipage.tif
+FileName: ../img/multipage.tif
+Number PropertyItems: 30
+
+
+pbartok2:/swf/winforms/bug # mono bug.exe ../img/ani.gif
+FileName: ../img/ani.gif
+Number PropertyItems: 2
+
+
+We have a little sample app in winforms/img that uses the same
+property, and also prints the value of each property. the sample app
+comes with various images for testing, too.
More information about the mono-bugs
mailing list