rotate jpeg lossless, wierd
rotate jpeg lossless, wierd
- Subject: rotate jpeg lossless, wierd
- From: Robert Poland <email@hidden>
- Date: Sat, 7 May 2005 18:51:56 -0600
Hi,
The following script appears to do nothing;
set fileToProcess to "iMac HD:Users:rpoland:Desktop: hybrid_merge_1.jpg"
tell application "GraphicConverter"
activate
delay 2
open fileToProcess
delay 1
rotate jpeg lossless fileToProcess to angle 270
end tell
While this script works;
set fileToProcess to "iMac HD:Users:rpoland:Desktop: hybrid_merge_1.jpg"
tell application "GraphicConverter"
activate
delay 2
open fileToProcess
delay 1
rotate window 1 to angle 90
delay 1
rotate window 1 to angle 90
delay 1
rotate window 1 to angle 90
delay 1
rotate window 1 to angle 90
delay 1
end tell
Although it rotates counter clockwise.
"rotate jpeg lossless window 1 to angle 90" will generate an error
OS 10.3.9, GC 5.6.1
Tia,
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/gcmac/
<*> To unsubscribe from this group, send an email to:
email@hidden
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden