Resizer icon indicating copy to clipboard operation
Resizer copied to clipboard

Animated webp not animating after resize.

Open nsiva7 opened this issue 3 years ago • 1 comments

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

nsiva7 avatar Jun 14 '21 14:06 nsiva7

It seems module supports only static file as output.

KishorJena avatar Mar 18 '22 10:03 KishorJena