You CAN permanently re-size an image with only a little bit of indirection.
Make the image the size you want, then make a new image and type these two lines in the message box:
set the rect of image 2 to the rect of image 1 set the imageData of image 2 to the imageData of image 1
Now image 2 has its "natural" size set to its current size. Go to another card in the stack and return and you will find image 1 has reverted to its inital size but image 2 has stayed just how you want it.
(It works because the imageData is the pixels as displayed, not the pixels at the original image size.)
Hope that helps.
Sure does! This has gone straight into the scrapbook. Thanks very much Michael.
Graham
---------------------------------------------------
Graham Samuel / The Living Fossil Co. / UK & France
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
