hkk595 / Resizer

An image resizing library for Android
MIT License
432 stars 69 forks source link

Animated webp not animating after resize. #12

Open nsiva7 opened 3 years ago

nsiva7 commented 3 years ago

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 commented 2 years ago

It seems module supports only static file as output.