Text To Image - Usage Examples

Back to Text2IMG

Simple Command Line
Command Line: text2img +r -o(helo1.gif) "Helo, World!"
Image Created Click
Background Color and Font
Command Line: text2img +a +r -o(helo2.gif) -b(0080ff) -f(Arial, -18, ffffff) "Helo, World!"
Image Created Click
Background Image and Margins
Command Line: text2img +a +r -b(bg.jpg) -m(20,10,20,10) -o(helo3.gif) "-f(Times new roman, -28, ff00ff)" "Helo, World!"
Image Created Click
Margin Extensions - 1 (bottom-right align)
Command Line: text2img +a +r -m(-1,-1,20,20) -o(marg.gif) -s(200,100) -b(bg.jpg) "-f(Arial, -16, ff00ff)" "Helo, World!"
Image Created Click
Margin Extensions - 2 (center align)
Command Line: text2img +a +r -m(-1,-1,-1,-1) -o(marg2.gif) -s(200,100) -b(bg.jpg) "-f(Arial, -16, ff00ff)" "Helo, World!"
Image Created Click
RTF Text File
Command Line: text2img +a +f +r -o(rtf.gif) -b(bg.jpg) -s(-1,0) -m(20,10,20,10) "test.rtf"
Image Created Click
Overlap
Command Lines text2img +a -o(tmp.gif) -b(808000) -f(Arial Black, -24, 000000) -s(160,60) -m(-1,-1,15,14) TEXT2GIF
text2img +a -o(tmp2.gif) -b(tmp.gif) -f(Arial Black, -24, f0f0f0) -s(160,60) -m(-1,-1,17,16) TEXT2GIF
text2img +a +r -o(overlap.gif) -b(tmp2.gif) -f(Arial Black, -24, 0080ff) -s(160,60) -m(-1,-1,16,15) TEXT2GIF
del tmp.gif
del tmp2.gif
Image Created Click