Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME txt2img - Convert text to image SYNOPSIS txt2img [TEXT] -font [FONT NAME] -color [FONT COLOR] -size [FONT SIZE] -bgcolor [BGCOLOR] -type [OUTPUT FORMAT] EXAMPLES txt2img email@gmail.com ................... default output: B&W, courier 12pt, png txt2img email@gmail.com -size 35 .......... biggest text size available txt2img email@gmail.com -bgcolor ........ leave empty for transparent backgrounds txt2img HELLO WORLD! -font georgia -color 9200E6 -size 15 -bgcolor 000000 -type gif DESCRIPTION Convert your email or private information into an image to protect it from being collected by crawlers. Outputs a hotlink, a link to the image you can directly use in forums and websites. OPTIONS: font arial, comic, georgia, impact, lucida, simsun, tahoma, times, trebuchet, verdana size 5-35 color HEX code for font color (eg.: FFFFFF, without '#') bgcolor HEX code for background color. Leave empty for transparent background.(eg.: FFFFFF) type jpg, gif, png NOTES http://www.img4me.com/api.html AUTHOR ycc