[Mono-bugs] [Bug 325112] ImageAnimator: Large pauzes between each frame
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 31 14:05:16 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=325112#c3
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Sys.Drawing. |libgdiplus
--- Comment #3 from Sebastien Pouliot <spouliot at novell.com> 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.
More information about the mono-bugs
mailing list