https://bugzilla.novell.com/show_bug.cgi?id=325112#c3


Sebastien Pouliot <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
          Component|Sys.Drawing.                                    |libgdiplus




--- Comment #3 from Sebastien Pouliot <[EMAIL PROTECTED]>  2007-10-31 12:05:15 
MST ---
[From GIMP]
* first and last frame are 3000ms
* all in-between frames (2-22) are 150ms


The main problem is that libgdiplus GdipGetProperty* functions only return
properties for the active bitmap. This isn't (always?) the case for GDI+ (*).
So we end end up with only the first frame delay (instead of an array of all
the delays).

   (*) we need tests for each API function and each property type


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to