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.
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.