Lymphatus / caesium-image-compressor

Caesium is an image compression software that helps you store, send and share digital pictures, supporting JPG, PNG, WebP and TIFF formats. You can quickly reduce the file size (and resolution, if you want) by preserving the overall quality of the image.
https://saerasoft.com/caesium
GNU General Public License v3.0
3.31k stars 202 forks source link

[Request] Support APNG Image Compression #288

Open wuyax opened 2 weeks ago

wuyax commented 2 weeks ago

Is your feature request related to a problem? Please describe. APNG images are treated as regular PNG images, which does not preserve the animation effect of APNG.

Describe the solution you'd like Properly compress APNG images while preserving the animation.

Describe alternatives you've considered One possible solution I have considered is using other tools to split the APNG into multiple static PNG images, then compressing these images individually, and finally reassembling them into an APNG animation.

Additional context No additional context.