is there a way to save an image object from lingo.
preferably without using an Xtra.

would it be possible to send it to somthing like a php script with
postNetText
then use php to create an image with somthing from the GD library?

somthing like

global gImage

on mouseUp
gImage = stage.image

postNetText("mydomain/image.php", gImage)

cheers

Greg Brant