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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution