Recently, Michael D Mays wrote:

> So when I do something like
> set the filename of image "Image" to filepath
> that data is 'the text of the image or just 'the image' which backs the image
> in its original format.

The image data is not part of the stack -- you create a reference to the
external image file.  This is useful when you have lots of images that don't
all need to be loaded in memory at the same time.


> How do I put the image in an image into a variable or property?

Two ways I can think of:

1) import paint from file (filename of img "myImageRef")
    put the text of last img into myVar
    delete last img

2) export snapshot from rect (rect of img "myImageRef") of img
"myImageRef" to myVar as PNG

There may be other ways.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design


_______________________________________________
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

Reply via email to