- Aug 18, 2024
- 587
- 4,391
You're right! I just tested it with nconvert (avif).Thanks for the effort, but why is the file so big? Ren'Py supports the avif format from version 8.1 and this game is in Ren'Py 8.1.1. Have you considered using this format to compress images? Using the same tools and compression rate as you, I get a 370 MB file (425 MB unziped), ⅓ smaller.
I compress a lot of games, some built on older engines that don’t support avif (or even webp). Checking the SDK version every time (before compressing) is a pain, so I usually go for the 'more convenient' option and use cwebp with some advanced settings for most of my games.
I'll definitely keep your advice in mind! Thanks!