[android-developers] Re: Is there any alternative of ImageIO class in Android?

2009-08-10 Thread Sujay Krishna Suresh
make use of the BitmapFactory class's static methods. On Mon, Aug 10, 2009 at 1:36 PM, javame_android wrote: > > Hi, > > I want to port Java Application to Android. The application is based > on JOGL. For implementing Texture part I need to find out an > alternative to ImageIO class. I have read

[android-developers] Re: Is there any alternative of ImageIO class in Android?

2009-08-10 Thread Romain Guy
Look at BitmapFactory. On Mon, Aug 10, 2009 at 1:06 AM, javame_android wrote: > > Hi, > > I want to port Java Application to Android. The application is based > on JOGL. For implementing Texture part I need to find out an > alternative to ImageIO class. I have read about Bitmap class. > > Moreove