Connecting Tech Pros Worldwide Forums | Help | Site Map

Anti-Aliasing of lines in PHP through GD

georg116
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

looking at the manual of GD, I see that there is the functionality to
draw anti-aliased lines.

However, in the recent PHP documentation, I can't find an appropriate
image function to set anti-aliasing to TRUE.

Can someone tell me the recent status of the PHP implementation on this?

Tahnks for any input,
georg.

Andy Hassall
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Anti-Aliasing of lines in PHP through GD


On Thu, 18 Mar 2004 10:26:05 +0100, georg116 <georg116@gmx.at> wrote:
[color=blue]
>looking at the manual of GD, I see that there is the functionality to
>draw anti-aliased lines.
>
>However, in the recent PHP documentation, I can't find an appropriate
>image function to set anti-aliasing to TRUE.
>
>Can someone tell me the recent status of the PHP implementation on this?[/color]

http://uk.php.net/manual/en/function.imageantialias.php

It doesn't appear to actually *work* though, at least not on PHP 4.3.5RC4 or
PHP 5.0.0RC1 using the bundled GD library.

--
Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool
http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space
Closed Thread