mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
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:
BIN
test-data/image/noise400x400.png
Normal file
BIN
test-data/image/noise400x400.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 470 KiB |
Reference in New Issue
Block a user