I am trying to open a remote Stream of a JPEG image and convert it into a Bitmap object:
BitmapFactory.decodeStream(
new URL(\"http://some.url.to/sourc
I have found a library, which can open images on which Android SKIA fails. It can be useful for certain usecases:
https://github.com/suckgamony/RapidDecoder
For me it solved the problem as I am not loading many images at once and lot of images I load have ICC profile. I haven't tried integrating it with some common libraries like Picasso or Glide.