You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen in manual.docx options for compression level > 10000. the doc refers to performance.html but i could not find it. is it available? could you give some examples/recommendations/insights/benchmarks for these modes?
The text was updated successfully, but these errors were encountered:
It’s really just that. E. g. for maximal PNG compression I call ect_x64 -30060 --allfilters-b --pal_sort=120 --strip foo.png, where 30060 means “three blocksplitting passes with 60 iterations”.
I had a few benchmarks regarding block splitting passes and iterations here, but modern browsers most likely won’t display the graphics because my site is not HTTPS-encrypted. You’ll have to use “view source” if you’re interested.
ECT has little documentation on higher compression levels. This is in part intentional as for most use cases level 7 is more than sufficient and using more advanced settings results in wasting CPU time for minuscule compression gains.
If you do want to use higher levels krishty's answer explains the behavior quite well. ultra2 is still very slow and not recommended most of the time, but is several times faster for most cases based on some recent changes.
I've seen in manual.docx options for compression level > 10000. the doc refers to performance.html but i could not find it. is it available? could you give some examples/recommendations/insights/benchmarks for these modes?
The text was updated successfully, but these errors were encountered: