Anti-Aliasing of lines in PHP through GD

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • georg116

    Anti-Aliasing of lines in PHP through GD

    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

    #2
    Re: Anti-Aliasing of lines in PHP through GD

    On Thu, 18 Mar 2004 10:26:05 +0100, georg116 <georg116@gmx.a t> 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]



    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

    Comment

    Working...