0byt3m1n1
Path:
/
home
/
artemisi
/
public_html
/
phpGenImageTest__3e4c3ab
/
[
Home
]
File: gentitle.html
<html> <body bgcolor='AAAAFF'> <h1>Generate Title with Drop Shadow</h1><br> <form action="shadowHTML.php" method="get"> Title: <input type="text" name="title"><br> Background Image: <input type="text" name="bgimg" value="bluegradient.jpg"><br> Font (Default:Bookman Old Style): <input type="text" name="font" value="BOOKOS.TTF"><br> Font Size: <input type="text" name="size" value="20"><br> Angle of text: <input type="text" name="angle" value="0"><br> Offset of Shadow (with reguards to the original text):<input type="text" name="offset" value="1"><br> Depth (thickness) of Shadow: <input type="text" name="depth" value="2"><br> <input type="submit" name="Generate HTML"> </form> <br><hr><br> <h2>Notes:</h2> <p><b>Background Image</b>: Background image can be either a JPG or a PNG (no gifs, but PNG can do just about everything GIF can). Place images to be used as background images in the "images" folder </p> <p><b>Fonts</b>: Almost any True Type Font (TTF) can be used. To use a font just move it to the "fonts" folder. Make sure the name is exactly listed as it is in the folder, with proper capitalization. Some rare TTF fonts will not work, and will produce blocky characters. </p> <p><b>Font Size and Title</b>: These are fairly straight forward: the size of the font (in points), and the text of the title. !NOTE!: Currently, the maximum number of characters for the title is 44 (at least with the background image, font and size I've been testing). I'm not sure why. If this is a problem, I can probably fix it.<br> If the font size is too big, part of the text will dissapear. </p> <p><b>Angle of Text</b>: An angle of '0' means horisontal text. '90' is straight up. '-90' or '270' are straight down. Anything more than +or-90 will be to the left of the image. </p> <p><b>Offest of Shadow</b>: An offset of 1 means that the shadow will touch the original text. A larger number will cause it to be cast farther down and to the right (giving the impression the text is floatin). A negative number will make it apear to the top and left. </p> <p><b>Depth</b>: This is how thick the shadow is. It gets lighter at the edges. </p> </body> </html>