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

[REBOL] image as cgi output

From: arolls:bigpond:au at: 5-Dec-2000 19:59

Hi everyone, It has come time for me to try to write an image to stdout in a cgi. I was thinking to do it this way: img: make image! 4x4 save/png %afile.png img read/binary %afile.png -- thats the end of the script, so the result of the read should be put to stdout, right? I will try. Is there a better way? Anton.