https://bugs.winehq.org/show_bug.cgi?id=35428
--- Comment #7 from Artem S. Tashkinov aros@gmx.com --- (In reply to Jeremy Newman from comment #6)
I wrote a patch for the AppDB that loads the images from our CDN. The original image is used now and not dynamically resized on the fly.
Patch: https://source.winehq.org/git/appdb.git/commitdiff/ 0f74052d3a7f447d79d17ef1fcedcdd243d2f0fd
Note, images may still get resized to a maximum size on upload. I still need to look into that. Might be better to just block images over a certain filesize then resizing them.
Thanks a ton!
It would be great if you added support for WEBP and JXL (Jpep XL) formats as well. Lossless screenshots in either of two can be a lot smaller than in PNG.
Thanks a lot again.