This is a PHP script used to make the header. <?php exec ("/usr/bin/convert -size 75x50 gradient:black-violet -distort SRT 90 -crop 75x50-25+0 temp/nw.gif"); exec ("/usr/bin/convert -size 75x50 gradient:black-yellow -distort SRT -90 -crop 75x50+25+0 temp/ne.gif"); exec ("/usr/bin/convert -size 75x50 gradient:black-violet -distort SRT -90 -crop 75x50+25+0 temp/se.gif"); exec ("/usr/bin/convert -size 75x50 gradient:black-yellow -distort SRT 90 -crop 75x50-25+0 temp/sw.gif"); exec ("/usr/bin/montage temp/nw.gif temp/ne.gif temp/nw.gif temp/ne.gif temp/nw.gif temp/ne.gif temp/nw.gif temp/ne.gif temp/sw.gif temp/se.gif temp/sw.gif temp/se.gif temp/sw.gif temp/se.gif temp/sw.gif temp/se.gif -background transparent -tile 8x8 -geometry +0+0 temp/rib.gif"); exec ("/usr/bin/convert -background transparent -wave 10x90 temp/rib.gif temp/Ribbon.gif"); print "<a href=temp/Ribbon.gif><img src=temp/Ribbon.gif<>/a>"; ?> |