Open nsiva7 opened 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
It seems module supports only static file as output.
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