mitya
10-30-2003, 01:29 PM
Can anyone tell me how to get the antialias function to work?? The manual, in its ambiguity, says nothing of it. It doesn't even specify how you turn it on, all it says is:
imageantialias ( int im, bool on)
...well what on earth is 'on'? True? 1? "on"?
Either way, it won't work, despite using PHP 4.3 and GD 2.1. However, I don't get a 'call to undefined function' error message. Can anyone shed any light on this?
Thanks.
imageantialias ( int im, bool on)
...well what on earth is 'on'? True? 1? "on"?
Either way, it won't work, despite using PHP 4.3 and GD 2.1. However, I don't get a 'call to undefined function' error message. Can anyone shed any light on this?
Thanks.