zjupure / GlideWebpDecoder

A Glide WebpDecoder Intergration Library for decoding and displaying webp images
Apache License 2.0
747 stars 91 forks source link

加载webp动图,结果图片缩小了 #107

Closed wuxiangpeng closed 1 year ago

wuxiangpeng commented 1 year ago

Transformation circleCrop = new CircleCrop(); GlideApp.with(context) .load(url) .optionalTransform(circleCrop) .optionalTransform(WebpDrawable.class, new WebpDrawableTransformation(circleCrop)) .into(iv);

zjupure commented 1 year ago

默认会根据ImageView的大小进行降采样缩放图片,如果不需要可以使用Glide的API override width/height