Skip to content

Animated webp not animating after resize. #12

@nsiva7

Description

@nsiva7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions