Ribbon Header
- 19.09.2009 - Art Nr: 1



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>";
?>




Add comment | View comments



Gradient Arc
- 21.09.2009 - Art Nr: 3


<?php
exec ("/usr/bin/convert -size 100x100 xc: -fx 'rr=hypot(i/w-.5, j/h-.5); 1-rr*1.42' temp/gradDiamond.jpg");
$SHIFT="-size 1x2 gradient:black-yellow -fx 'v.p{0,0}*u+v.p{0,1}*(1-u)' -roll +50+50";
exec ("/usr/bin/convert temp/gradDiamond.jpg $SHIFT temp/diamond.jpg");
exec ("/usr/bin/montage temp/diamond.jpg temp/diamond.jpg temp/diamond.jpg temp/diamond.jpg temp/diamond.jpg -background black -geometry +0+0 -tile 5x1 temp/DiamondMont.jpg");
exec ("/usr/bin/convert -background black -wave 10x90 -virtual-pixel Black -distort Arc 180 -resize 500x150! temp/DiamondMont.jpg temp/Wavediamond.jpg");
print "<a href=temp/Wavediamond.jpg><img src=temp/Wavediamond.jpg>";
?>




Add comment | View comments



Magic Carpet
- 20.09.2009 - Art Nr: 2



<?php
exec ("/usr/bin/convert -size 50x75 gradient:orangered-violet -distort SRT 10 -crop 50x75+0+25 temp/top.gif");
exec ("/usr/bin/convert -size 50x75 gradient:violet-yellow -distort SRT -10 -crop 50x75+0-25 temp/bot.gif");
exec ("/usr/bin/montage temp/top.gif temp/top.gif temp/top.gif temp/top.gif temp/bot.gif temp/bot.gif temp/bot.gif temp/bot.gif -background transparent -tile 4x2 -geometry +0+0 temp/ribb.gif");
exec ("/usr/bin/convert -background transparent -wave 10x100 -spread 3 temp/ribb.gif temp/wave.gif");
print "<la href=temp/wave.gif><img src=temp/wave.gif></a>";
?>




Add comment | View comments



Maranblog is proudly powered by maran blog script 2006