PLEASE RELOAD
Wavy Text



Wavy Text In this script you import an image and the text is written in a sine wave. You adjust the height, width, color, point-size, and placement. You need to know the width of your image for this.

The following will tell you the size of your image, just CCP it on a page, or in the script and after using it// double slash(comment ) it out of action.

<?PHP print_r ( getImageSize ('worm.gif' ) ); ?>

Remember to make a copy of the script and always keep the original. Inside Edit there are instructions for what each line does. Just change the parts how you like. No background is made in the script, see the early lessons to add one.



The Zip file has everything you need to make the tag above.

WAVY-TXT.zip


GD BasicsHome