<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Hello I am writing this pyhton script</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>import 
Image,ImageFont,ImageDraw<BR>ruta="C:/temp_mesh/"<BR>nameF="ARIALNB.TTF"<BR>nameI="mia.tif"<BR>size_i=(256,512)<BR>im=Image.new("RGBA",size_i)<BR>fm=ImageFont.truetype 
( ruta+nameF, 40 )<BR>draw=ImageDraw.Draw(im)<BR>print draw.textsize("hola 
mundo"),im.getbands()<BR>for x in range(0,10):<BR>    
draw.text((20,x*51.2),"hola mundo",font=fm, 
fill="white")<BR>im2=im.convert('L')<BR>im.putalpha(im2)<BR>im.save(ruta+nameI)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>But I have a question how I can aligned to the 
other side in the right of the image</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>thanks for all and sorry for my bad 
engish</FONT></DIV></FONT></DIV></BODY></HTML>