[REBOL] Re: need advice on parsing image data
From: larry:ecotope at: 28-Apr-2001 15:01
Hi Brett,>write/binary %tf.jpg r/7/content >view layout [image %tf.jpg] >BTW I'd like to know how to display the image without having to write thefile first - anyone - please? Using your example, you can say im: load r/7/content view layout [image im] or even view layout [image load r/7/content] Cheers -Larry