• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
rotate jpeg lossless, wierd
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: rotate jpeg lossless, wierd
      • From: kai <email@hidden>
  • Prev by Date: Re: Nice Automator article on O'Reilly
  • Next by Date: Re: Find in Filemaker
  • Previous by thread: Re: Applescript-users Digest, Vol 2, Issue 298
  • Next by thread: Re: rotate jpeg lossless, wierd
  • Index(es):
    • Date
    • Thread