[REBOL] Re: Outputting Image from CGI...
From: allenk:powerup:au at: 8-Aug-2001 17:07
Ryan, There is a script (spacer.r) on rebol.org that I did ages ago, it generates and returns a 1x1 colored .gif basically the final output is print "Content-Type: image/gif^/" write-io system/ports/output gif length? gif scripts that might be useful to look at http://www.rebol.org/cgi/spacer.html http://www.rebol.org/cgi/gif-number.html Cheers, Allen K