You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Image supports decoding animated PNG files, but I would like to be able encode an APNG files as well. I see that support exists for encoding animated GIFs, but APNGs are both smaller and support 24-bit colour. There is an existing Rust crate apng, and I wonder if it would be able to serve as an inspiration for adding this functionality to Image.
The text was updated successfully, but these errors were encountered:
Currently, Image supports decoding animated PNG files, but I would like to be able encode an APNG files as well. I see that support exists for encoding animated GIFs, but APNGs are both smaller and support 24-bit colour. There is an existing Rust crate apng, and I wonder if it would be able to serve as an inspiration for adding this functionality to Image.
The text was updated successfully, but these errors were encountered: