ExOptimizer.Optimizers.Cwebp (ExOptimizer v0.1.1) View Source
WEBPs will be optimized by Cwebp.
These options will be used:
-m 6for the slowest compression method in order to get the best compression.-pass 10for maximizing the amount of analysis pass.-mtmultithreading for some speed improvements.-q 90Quality factor that brings the least noticeable changes.
(Settings are original taken from here)
Note: Due to an issue with the
cwebpbinary, options have to be set one by one, for instance the default ones are:["-m", "6", "-pass", "10", "-mt", "-q", "80"]