• 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
Re: Saving a GraphicConverter document
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving a GraphicConverter document


  • Subject: Re: Saving a GraphicConverter document
  • From: Shane Stanley <email@hidden>
  • Date: Tue, 29 May 2001 10:22:10 +1000

On 29/5/01 9:31 AM +1000, Jean-Marie Hoornaert, email@hidden, wrote:

> I want to save a GraphicConverter document with a choosed name in a choosed
> folder.
>
> I have write this script :
>
> tell application "GraphicConverter PPC"
> set windooz to new image from clipboard --ok
> set name of window 1 to "abc" -- ok
> -- make new file at -- not ok
> -- save windooz in "xyz" as "JPEG" -- not ok
> end tell
>
> Who can gif me a tip ?

Try this:

tell application "GraphicConverter PPC"
activate
set windooz to new image from clipboard
set image bit depth of windooz to 32
set JPEG quality of windooz to 50
save windooz in "Macintosh HD:xyz" as JPEG
--close window 1 saving no
end tell

--
Shane Stanley, email@hidden


References: 
 >Saving a GraphicConverter document (From: Jean-Marie Hoornaert <email@hidden>)

  • Prev by Date: Saving a GraphicConverter document
  • Next by Date: Scripting additions under MacOS X
  • Previous by thread: Saving a GraphicConverter document
  • Next by thread: Re: Saving a GraphicConverter document
  • Index(es):
    • Date
    • Thread