Compressing Animations
Gumlet supports compression of GIF, WebP, AVIF, SVG and Lottie animations
GIF Animations
Gumlet can compress and resize GIF animations. All you need to do is pass compress=true
parameter and the GIF will be compressed without losing any quality.
Lottie Animations
Gumlet supports compressing lottie animations. If you have enabled compress=true
we will automatically detect if a JSON file is lottie animation and automatically optimise it to reduce its size.
We will also serve the file with minify and correct compression (e.g. brotli or gzip) to ensure that it's delivered with industry standard compression and no bytes are wasted.
Updated 7 months ago