And if you're targeting windows, the System.Drawing.Bitmap class supports loading .png files.
Piers. > -----Original Message----- > From: Duncan Mak [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 11:53 AM > To: [EMAIL PROTECTED] > Cc: mono-list mailing list > Subject: Re: [Mono-list] PNG, interface or rewrite? > > > On Wed, 2002-09-11 at 02:47, Everaldo Canuto wrote: > > I'm needing to use ".png" files on my application but I have one > > doubts. What it is better? Create a interface with libpng > or rewrite > > libpng on C#? > > Is this app for Windows or Linux? If you're targeting Linux, > you can use the 'gdk-pixbuf' library provided by gtk#. > > -- > Duncan Mak <[EMAIL PROTECTED]> > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-> list > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
