kornelski / cavif-rs

AVIF image creator in pure Rust
https://lib.rs/cavif
BSD 3-Clause "New" or "Revised" License
570 stars 27 forks source link

I'm not sure this compression is correct? #62

Closed rieval closed 1 year ago

rieval commented 1 year ago

I tried processing several different images and the results showed that the compressed image size was not much smaller than the original size.

Version: 1.3.5

Command: cavif.exe --speed=5 --overwrite image.jpg

Original size: 9,331KB Compressed size: 8,571KB

CPU: AMD Ryzen 5 PRO 4650U

kornelski commented 1 year ago

There are two factors here:

rieval commented 1 year ago

Thanks!!