feat: Reduce aliasing effects for 2 << n px avatars

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.
This commit is contained in:
iequidoo
2026-02-02 01:09:32 -03:00
parent 82924952fb
commit 7a99371d87
3 changed files with 26 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB