Chris Griffith
Chris Griffith
These are fun ideas, but way outside anything I was thinking when making this program and is very ill suited for from a coding perspective. It's all open source, so...
Default image quality for [JPEG is 75](https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#jpeg) Default image quality for [AVIF is 90](https://github.com/fdintino/pillow-avif-plugin/blob/master/src/pillow_avif/AvifImagePlugin.py#L139) Make sure to set quality manually with `quality=` in the `.save` For a quick comparison we...
Just adding a detail that [the specifications](https://aomediacodec.github.io/av1-avif/#advanced-profile) don't allow for huge images with AV1. > NOTE: Following [[AV1]](https://aomediacodec.github.io/av1-avif/#biblio-av1) level definitions, coded image items compliant to the AVIF Advanced profile may...
Sorry for delay, I like the addition! The pypy things is failing even on master as of now, need to sort that out so no something with this code.
Thank you for all your work towards this! I agree with the goals of this for improved detection, but think the current JSON file is getting too limited for these...