https://bugzilla.novell.com/show_bug.cgi?id=342733#c2
Sebastien Pouliot <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |[EMAIL
PROTECTED]
--- Comment #2 from Sebastien Pouliot <[EMAIL PROTECTED]> 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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs