• 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: PHOTOSCRIPTER HELP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PHOTOSCRIPTER HELP


  • Subject: Re: PHOTOSCRIPTER HELP
  • From: Simon Topliss <email@hidden>
  • Date: Thu, 04 Oct 2001 10:31:38 +0100

I have a handler that I use for this:

-- Handler to save the file as a PhotoShop EPS
on saveAsEPS(currentDoc, filePath, filename)
tell application "Adobe. Photoshop. 6.0.1"
with timeout of 600 seconds
save currentDoc in file ("" & filePath & filename) as Photoshop
EPS [OPTION L]
{preview type:Macintosh preview [OPTION L]
, preview depth:pixel depth 8 [OPTION L]
, encoding:JPEG [OPTION L]
, JPEG quality:maximum [OPTION L]
, applying halftone screen:false [OPTION L]
, including transfer function:false [OPTION L]
, PostScript color management:false} [OPTION L]
with making copy without appending file extension
end timeout
end tell
end saveAsEPS


Amend as required. Don't forget to change the [OPTION L]'s.

HTH,
Simon

On 4/10/01 12:04 am, "Michael Hartman" <email@hidden> wrote:

> I have been trying to get this script to work for weeks and can't figure out
> the correct format to save as a PhotoShop EPS with JPG compression High
> Quality and with a preview plus appending the file extension. Below is a
> copy of the save routine that I wrote.
>
> ------
>
> save the current document in file savevar as Photoshop EPS {encoding:JPEG}
> with appending file extension and Preview
>
> ______
> Savevar is my varible for the path to file it works if I delete "and
> Preview" except we need one. Plus there is no compression being done.
>
> Here are my goals for the save
> 1. must be Photoshop EPS Format
> 2. Preview needs to be "Macintosh (8 bits/pixel)"
> 3. Encoding "JPEG (high quality)
>
> Please email me soon.
>
>
> _________________________________________________________________________
> Michael Hartman
> Senior Designer
> Walter Drake, Inc.
> 4510 Edison Ave.
> Colorado Springs, CO 80915
>
> (719) 638-2409 --------------->Direct Line
>
> email@hidden ----------> Work Email
> _________________________________________________________________________
>
> This e-mail and any files transmitted with it are to be treated as
> confidential and are intended solely for the use of the individual or
> entity to whom they are addressed. If you have received this e-mail in
> error, please notify your e-mail administrator.
>
>
> Web Sites:
> <http://www.wdrake.com>
> <http://www.thehomemarketplace.com>
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users


References: 
 >PHOTOSCRIPTER HELP (From: Michael Hartman <email@hidden>)

  • Prev by Date: Re: In fairness to FaceSpan
  • Next by Date: Re: Scripting Palm Desktop
  • Previous by thread: PHOTOSCRIPTER HELP
  • Next by thread: Re: PHOTOSCRIPTER HELP
  • Index(es):
    • Date
    • Thread