Files
chatmail-core/test-data
iequidoo 0317daa4ac 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.
2026-06-15 02:17:08 -03:00
..