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

无法加载mipmap或drawable中图片吗? #162

Closed SharkChao closed 4 years ago

SharkChao commented 5 years ago

GlideImgaeLoad可以加载出来,Fresco不可以

SharkChao commented 5 years ago

大神,现在FrescoImageLoad无法加载mipmap中图片,而GlideImageLoad无法加载webp动图,这两个问题有办法解决吗?

Piasy commented 5 years ago

webp 是 glide 本身不支持。

mipmap 问题,我怀疑是 Uri 创建得不对,欢迎动手调试分析,然后提交 PR。

SharkChao commented 5 years ago

webp 是 glide 本身不支持。

mipmap 问题,我怀疑是 Uri 创建得不对,欢迎动手调试分析,然后提交 PR。

应该不是Uri创建不对,因为同一个Uri,frescoImageLoad无法加载,GlideImageLoad就可以加载出来。

Piasy commented 4 years ago

Closing it now, feel free to reopen it if necessary.