Android Question javax.imageio.ImageIO

Markos

Well-Known Member
Licensed User
Longtime User
Hi All
Can I use this package in an inline java and if so where do I place the package and more importantly anyone knows where to download it.

thanks
 

stevel05

Expert
Licensed User
Longtime User
javax.imageio is not available for Android. What do you want to use it for, someone may have an alternative.
 
Upvote 0

Markos

Well-Known Member
Licensed User
Longtime User
Hiya

I was going to try inlinejava with that javax package as additionaljava but that as you confirmed may be difficult in android.

I want to convert any jpg , png etc to bmp in uncompressed format be it 24bit or 32bit.

Someone replied to my post on that topic and it seems to be working I think but not for gif which isnt a big problem as I just state only supports the other image formats.

If you have another method or approach I am willing and eager to try to improve
 
Upvote 0
Top