>>>>> "ML" == Marc Lehmann <[EMAIL PROTECTED]>
>>>>> wrote the following on Thu, 25 Nov 1999 15:35:19 +0100

  >>  Is there any program (gimp related or not) that accepts some
  >> text on the command line and writes a gif?

  ML> imagemagick's convert program. e.g.:

  ML> convert label:"Hallo, World!" output.gif

  ML> (there are multitudes of variations, like using -pen and -draw
  ML> commands, boxes etc..)

        Thanks greatly to both you and Thierry Michalows.  This makes
it really easy to add titles or buttons to web pages.  Now I have a
filter set up so you can say

<python> Text("Hello, World") </python>

or other python commands in an html file and get the right response.
If anyone is interested, you can download the simple python script at:

http://www.stanford.edu/~bescoto/epython/


--
Ben Escoto

Reply via email to