Re: [Ikvm-developers] Converting .NET Bitmap to Java BufferedImage
Brought to you by:
jfrijters
|
From: Volker B. <vol...@go...> - 2009-04-17 19:30:56
|
Hi, You can cast the default toolkit to ikvm.awt.IkvmToolkit and then call public java.awt.Graphics2D createGraphics(cli.System.Drawing.Bitmap bitmap); Volker > -----Ursprungliche Nachricht----- > Von: AngelSL [mailto:hwt...@gm...] > Gesendet: Dienstag, 14. April 2009 16:24 > An: ikv...@li... > Betreff: [Ikvm-developers] Converting .NET Bitmap to Java > BufferedImage > > > I'm trying to use a java library to encode animatedGIF/APNG. > (.NET doesn't > have any). > > However, I can't find a way to convert them to a BufferedImage (or > Raster/Image works too). > > Does anyone know how I should do this? > -- > View this message in context: > http://www.nabble.com/Converting-.NET-Bitmap-to-Java-BufferedI > mage-tp23040428p23040428.html > Sent from the IKVM .NET - Dev mailing list archive at Nabble.com. > > > -------------------------------------------------------------- > ---------------- > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers > |