Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Preventing Automated Website Registrations

From: ingo::2b1::de at: 8-May-2002 21:54

Hi Thaddeus, Thaddeus Serpa wrote: <..>
> In a nutshell, the program generates an image containing some > effects and a word within the image. The user has to enter the > word in a text box.
<..> Is that what you're looking for?
>> save/png %/tmp/tst.png to-image layout [ text "TEST" ]
In the next Release you should be able to send the png file directly, without the need to save to disc. But one important thing to notice: on *nix systems view needs X11, and this is seldom installed on pure servers. I hope that helps, kind regards, Ingo