On Tuesday 08 January 2002 10:35 pm, Richard Jones wrote: > A python method with the following code will do it: > s = '' > for c in "hello world": > s = s + '<img src="images/%s.png" alt="%s">'%(c, c) > return s No. You want use PIL or ImageMagick Python (or Perl) bindings and render phrases on Your created image with various fonts. -- Bogdan M.Maryniuck