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