|
|||
|
I'm working with the image object
Is it possible to copy the image to the clipboard, without having to make it visible to the stage. As I remember, the latest update made it possible to do that. The info text that appeared in the updater even mentioned the method to use. But i can't remember that method nor can I look at that last update-info text -Is there a way to view the info text of an update (as this mostly contains valuable information) -Can you tell me the way to copy an image to the clipboard |
|
|||
|
1. A new method "Image.copy" added, which copies an image onto the clipboard. The following ffish script code shows how to use it.
Code:
var image = Image.load("myimage.jpg");
image.copy();
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|