-
To make the website easier to navigate and more responsive, all uploaded images should be converted to .webp format before saving.
-
Hi,
WebP maintainer here. Thank you for sharing https://purplesyringa.moe/blog/webp-the-webpage-compression-format/ !
There is something you might try to get even better compression: in lossless…
-
E.g.
`ffmpeg -v quiet -i "Bi-Disorder.webp" -c:v png -pix_fmt rgb24 -compression_level 0 -f image2 - | cjxl --allow_expert_options -e 11 -d 0 - "Bi-Disorder.jxl"`
\# ^ 25,509 B
`ffmpeg …
-
**Is your feature request related to a problem? Please describe (REQUIRED):**
WebP compression was removed when the texture compression pipeline was migrated to Basis Universal. WebP (especially WebP…
-
Hello,
I’ve spent a few hours using your program (version 1.4), and I must say, it has a great potential! Thank you for creating such a helpful tool - it’s already a game-changer. That said, afte…
-
### Describe the Problem
Users are often using bloated file types (png, tif, bmp, etc.) without knowing that converting to a lossy compression format (like Webp) would save them a ton of space. This…
-
WebP remains the lossless format with the highest compression ratio that is widely adopted.
"Lossless" AVIF is not truly lossless due to the use of a custom non-RGB colorspace, conversion into whi…
-
Hi Peter. First of all I want to thank you to developing this helpful tool. I have a question about the reducing of webp file size without changing the dimension. I want to convert Telegram animated s…
-
When attempting to upload [a 0.99MiB WEBP area map](https://www.dropbox.com/scl/fi/57eoislo51wcrk1a17heq/c1back-half-linear-default-93.webp?rlkey=wrdm7w9d0oxlf166cl8thnmbt&st=hblzwvx4&dl=0) I was thwa…
-
**Is your feature request related to a problem? Please describe.**
In the pursuit of a texturemap format that achieves good compression, easy tooling, and supports transparency well, I have settled i…