[REBOL] Re: Embedding images (from newbie)
From: agem:crosswinds at: 8-Aug-2001 20:10
RE: [REBOL] Re: Embedding images (from newbie)
I think Ronald refers to embedding
*.jpg's in scripts, not unpacked images?
one can do stuff like
my-image: load #{lots-mysterios-characters-representing-a-jpeg}
where these characters are comming from
write clipboard:// enbase read/binary my-jpg
then you can paste the contents between the
#{}
(can be a very long line, but its allowed to
line-break enbased code.)
Carl posted a script a while ago which collected
some images and scripts into one script with embedded data.
-Volker
..)
[chris--ross-gill--com] wrote: