zjupure / GlideWebpDecoder

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

How write file webp animation #84

Closed ianmsfvenom closed 2 years ago

ianmsfvenom commented 2 years ago

I try this but write file without animation

Glide.with(getContext())
.load(url)
.timeout(50000)
.optionalTransform(centerCrop)
.optionalTransform(WebpDrawable.class, new WebpDrawableTransformation(centerCrop))
.into(img);

I tried to put it to bitmap but gave the same result

zjupure commented 2 years ago

it is a webp decoder and displayer. what is your meaning about writing webp animation? It is not a webp encoder

ianmsfvenom commented 2 years ago

I already got it, don't need it anymore

KishorJena commented 2 years ago

I already got it, don't need it anymore

Di you get solutionfor encoing into animated webp? please share