PHP GD Gradient Text
        Posted  
        
            by Pez Cuckow
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pez Cuckow
        
        
        
        Published on 2010-05-08T14:11:57Z
        Indexed on 
            2010/05/08
            14:18 UTC
        
        
        Read the original article
        Hit count: 409
        
I have coded a PHP script that takes $text and $font and creates an image, it even caches the image.
Is it possible to create a vertical gradient on the text using GD in PHP, I am trying to create the effect below!

Many thanks,
© Stack Overflow or respective owner