Just wrote a generator for it!
http://dekar.wc3edit.net/banner.php
you can use it to generate a graphic, like the one
in my signature
you can change its appearance by using the following commands:
&size="how big shall the name (foreground text) be?"
&text="background text"
&name="foreground text"
&line="1 or 0 (border or no border thats the question )"
&rn="amount of red color in the name"
&gn="amount of green color in the name"
&bn="amount of blue color in the name"
&r="amount of red color in the background"
&g="amount of green color in the background"
&b="amount of blue color in the background"
&rtext="amount of red color in the backgroundtext"
>ext="amount of green color in the backgroundtext"
&btext="amount of blue color in the backgroundtext"
&amount="amount of text in the background"
&h="height: 30 to 500 for height in pixel"
&w="width: 70 to 500 for width in pixel"
&distancex="keep the background text x pixel away to the left"
&distancey="keep the background text x pixel away to the top"
&distancexn="move name text x pixel to the right; counting from upper left"
&distanceyn="move name text x pixel down; counting from upper left"
for colors are only values between 0 and 255 valid!
some example:
Code: Select all
http://dekar.wc3edit.net/banner-name=Test&rn=250&gn=250&bn=250.png
and:
Code: Select all
http://dekar.wc3edit.net/banner-name=Test&r=250&g=250&b=250.png
or with lines:
Code: Select all
http://dekar.wc3edit.net/banner-name=Test&r=250&g=250&b=250&line=1.png
and random positioned text in the background:
Code: Select all
http://dekar.wc3edit.net/banner-name=Test&r=250&g=250&b=250&line=1&text=text&amount=4.png
have fun, and feel free to use it everywhere in the web
greets Dekar
edit:
just made this one