From the 0.98 changelog:
Weathermap will use anti-aliasing if your GD supports it (php-bundled GD doesn't) (thanks shd)
I can see the changes to Weathermap.class to add transparent backgrounds to everything, which supposedly turns on GD's TTF anti-aliasing. I also see the boolean login added in commit 73450f7.
What I can't make any sense of is the "php-bundled GD doesn't" comment. It seems to directly contradict the PHP changelog for 7.2.0:
7.2.0 | imageantialias() is now generally available. Formerly it was only available if PHP was compiled with the bundled version of the GD library.
In general, anyone running a vaguely-modern version of PHP will get anti-aliasing, and was probably getting it to begin with.
Recommend either removing the confusing parenthetical caveat from the changelog, or expanding on it a bit so non-PHP-developers can understand whether they're getting anti-aliasing or not.
From the 0.98 changelog:
Weathermap will use anti-aliasing if your GD supports it (php-bundled GD doesn't) (thanks shd)I can see the changes to Weathermap.class to add transparent backgrounds to everything, which supposedly turns on GD's TTF anti-aliasing. I also see the boolean login added in commit 73450f7.
What I can't make any sense of is the "php-bundled GD doesn't" comment. It seems to directly contradict the PHP changelog for 7.2.0:
7.2.0 | imageantialias() is now generally available. Formerly it was only available if PHP was compiled with the bundled version of the GD library.In general, anyone running a vaguely-modern version of PHP will get anti-aliasing, and was probably getting it to begin with.
Recommend either removing the confusing parenthetical caveat from the changelog, or expanding on it a bit so non-PHP-developers can understand whether they're getting anti-aliasing or not.