Hi Jason,

Hi,

Thanks Xavier for confirming the bug.

Looks like Windows only, works fine on a mac.
The program I am developing has to allow the user the flexibility to mirror
the image then resize it whenever they choose.

Does anybody know of a work around?

Yep, adjust this to your needs:

...
flip img "original" horizontal
create image
set the rect of last img to the rect of img "original"
## we need the same dimensions because we are
## using "the imagedata"!

set the imagedata of last img to the imagedata of img "original"
## happy resizing :-)

## Now you can hide or delete or do whatever with img "original"
...

Tested and works here on Win XP Home.

Thanks again

Jason

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
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