Re: Rotate an image ...

2004-12-05 Thread sims
On 12/5/04 9:24 AM, "Alex Tweedly" <[EMAIL PROTECTED]> wrote: Is there a way to rotate an image to get just the original image, but rotated ? Try: set the angle of img "myfile.png" to 90 Thank you Ken (and others). I think there would be cases where the more comple

Re: Rotate an image ...

2004-12-05 Thread Alex Tweedly
At 12:47 05/12/2004 -0600, Ken Ray wrote: On 12/5/04 9:24 AM, "Alex Tweedly" <[EMAIL PROTECTED]> wrote: > Is there a way to rotate an image to get just the original image, but rotated > ? Try: set the angle of img "myfile.png" to 90 Thank you Ken (and other

Re: Rotate an image ...

2004-12-05 Thread Ben Rubinstein
on 5/12/04 3:24 pm, Alex Tweedly wrote > Is there a way to rotate an image to get just the original image, but rotated > ? Probably several - this is Rev after all! - but here's a code snippet from something that works for me: put the rect of image "KeyImg" into tOld

Re: Rotate an image ...

2004-12-05 Thread Dar Scott
ng" which ALMOST works. It gives me an image with, at first glance, the correct appearance - but the size is 100x100 so there is spurious white border. I had expected to get a new image that was 100x60. Is there a way to rotate an image to get just the original image, but rotated ? Or some ot

Re: Rotate an image ...

2004-12-05 Thread Ken Ray
On 12/5/04 9:24 AM, "Alex Tweedly" <[EMAIL PROTECTED]> wrote: > Is there a way to rotate an image to get just the original image, but rotated > ? Try: set the angle of img "myfile.png" to 90 Ken Ray Sons of Thunder Software Web site: http://www.sonsothun

Rotate an image ...

2004-12-05 Thread Alex Tweedly
image with, at first glance, the correct appearance - but the size is 100x100 so there is spurious white border. I had expected to get a new image that was 100x60. Is there a way to rotate an image to get just the original image, but rotated ? Or some other way to trim it back to original