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 401 forks source link

SubsamplingScaleImageView: Failed to initialise bitmap decoder java.io.IOException: Image failed to decode using JPEG decoder #197

Closed minzbox closed 2 years ago

minzbox commented 4 years ago

I encounter an issue with android 6 (samsung note 4). When using BIV in recyclerview, some url does not show, and the exception will throw. Ex: http://imageinstant.com/data/images/17023/544550/009-fix.jpg Try in demo and the same error. I dont know why this happen, please help

Piasy commented 4 years ago

Maybe you could try to debug in the demo app :)

minzbox commented 4 years ago

Maybe you could try to debug in the demo app :)

If not use in recyclerview, the BIV shows image normally, this issue only happens in recyclerview

akay25 commented 2 years ago

I'm not facing this issue and I'm using both recyclerview and viewpager for my project