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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -27,6 +27,30 @@ first parameter of the app. ------- Additional Comments From [EMAIL PROTECTED] 2006-04-22 12:19 ------- Created an attachment (id=16813) Sample app + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
