referenced images vs. images?
Devin Asay
devin_asay at byu.edu
Wed Apr 1 15:38:58 EDT 2009
Recently, Lars Brehmer wrote:
> However something is wrong. Terribly and strangely wrong. I made a
> folder with all photos, delete all corresponding photos in the stack,
> and reimported them as referenced images. The stack is STILL 550 megs!
Lars,
Depending on how you do it, it is possible to actually import image
data into a stack using a reference. For example, this:
put URL "http://www.example.com/someImage.gif" into image "myImage"
It will download the image data from the remote file and put it
permanently into the stack. It would work the same way with a local
file:
put URL "binfile:/folder/someImage.gif" into image "myImage"
To just reference the external file, set the filename property:
set the filename of image "myImage" to "/folder/someImage.gif"
HTH
Devin
Devin Asay
Humanities Technology and Research Support Center
Brigham Young University
More information about the use-livecode
mailing list