Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated webp not animating after resize. #12

Open
nsiva7 opened this issue Jun 14, 2021 · 1 comment
Open

Animated webp not animating after resize. #12

nsiva7 opened this issue Jun 14, 2021 · 1 comment

Comments

@nsiva7
Copy link

nsiva7 commented Jun 14, 2021

I tried resizing animated webp but the result webp is not animating.

val resizedImage = Resizer(this)
.setTargetLength(512)
.setQuality(100)
.setOutputFormat("WEBP")
.setOutputFilename("result")
.setOutputDirPath(outputPath)
.setSourceImage(File(inputPath))
.resizedFile

@KishorJena
Copy link

KishorJena commented Mar 18, 2022

It seems module supports only static file as output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants