Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

Can not load Bitmap #236

Closed ABHINAVABHISHEK closed 2 years ago

ABHINAVABHISHEK commented 2 years ago

Hi, I am not able to show bitmap image.

mBigImage.showImage(); // can only pass URI

Piasy commented 2 years ago

Yes, Bitmap isn't supported, because if you already got a Bitmap, then you already used lots memory to load it, then BIV couldn't help to reduce memory usage.