Efficient alternative to calling BitmapFactory.decode?

I need to make an image, for that I need to decode the image first and then load it onto the GPU. BitmapFactory.decode_ () is taking a long time to call. Can anyone suggest some other technique?

+3


source to share





All Articles