I don't understand why in PHP
when using the imageantialias
function you need to pass in a Bool to say if you want to enable anti-aliasing or not.
It feels counter intuitive to call a function with a parameter to say don't do anything.
Is there a use case for calling it with false that I am missing?