[REBOL] Re: Compressing image data (bugs?)
From: henrik:webz:dk at: 4-Dec-2003 16:48
Gabriele Santilli wrote:
> Hi Henrik,
>
> On Thursday, December 4, 2003, 3:18:36 PM, you wrote:
>
> HMK> Still, I'd like to know if there's an easier way to contain the image
> HMK> size with the data.
>
> Just keep the image in the original format, i.e.:
>
> image-data: read/binary %img.gif
>
> Then later you can LOAD it:
>
> img: load image-data
It works! Never thought of using LOAD that way. Thanks! :-)
Regards,
Henrik Mikael Kristensen