Anton:
> Mmm.. Maybe you can set the console to binary mode

That should work....something like:

    binary-data: ---make or load your image here---

    print "Content-Type: application/octet-stream"
    print newline 

    set-modes system/ports/output [binary: true]
    insert system/ports/output binary-data
    quit

Sunanda
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to