[Mono-bugs] [Bug 342733] ImageAnimator: CanAnimate crashes on PNGs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 19 10:51:42 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=342733#c2


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |NEEDINFO
      Info Provider|                                                |jpobst at novell.com




--- Comment #2 from Sebastien Pouliot <spouliot at novell.com>  2007-11-19 08:51:41 MST ---
This works with HEAD on openSUSE 10.3

using System;
using System.Drawing;

class Program {

        static void Main ()
        {
                using (Image img = Image.FromFile ("342733.png")) {
                        Console.WriteLine ("ImageAnimator.CanAnimate: {0}",
ImageAnimator.CanAnimate (img));
                }
        }
}

Can you confirm the regression from 1.2.5 on Windows ?


-- 
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