PHP GD Reflection with original picture on top
        Posted  
        
            by Steve Thomas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steve Thomas
        
        
        
        Published on 2010-03-15T02:43:36Z
        Indexed on 
            2010/03/15
            2:49 UTC
        
        
        Read the original article
        Hit count: 644
        
Hi, I have stumbled upon a nice PHP library that uses GD to generate a reflection of a picture.
I tried to modify the way so it also display the original image above its reflection to not have to align them in HTML.
The script can be found there : http://reflection.corephp.co.uk/v3.php
Any idea if this can be done easily ? With my tests, the alpha gradient effect wasnt applied at all.
Thank you in advance.
© Stack Overflow or respective owner