mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
For this, use the sequence 7/8, 6/8, 11/16, 10/16.... Before, if we repeated the downscaling step, we got `7 ** n` as a numerator and this way increased aliasing effects on each step. So limit the numerator value.