• 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
Asking for Photoshop Batch help please.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Asking for Photoshop Batch help please.


  • Subject: Asking for Photoshop Batch help please.
  • From: Brian Christmas <email@hidden>
  • Date: Wed, 01 Aug 2012 01:13:32 +1000


G'day

I've struck an unusual problem scripting Photoshop, both in CS5 and CS6.

The following script does not allow the Batch process, i get an error in both versions saying the Batch Process seems to be unavailable, the parameters aren't recognized.

Any advice on what I'm doing wrong please?

Regards

Santa


on adding folder items to this_folder after receiving PhotoshopFiles
tell application "Finder"
set ptd to path to desktop as text
set ptdpp to ptd & "Photoshop Processing" as text
set ptdpif to ptd & "Processed Images Folder" as text
set ptdpsf to ptd & "Processed Stored Folder" as text
set fileToLog to (ptdpif) & ":Photoshop_Batch_Errors_Log.txt" as text
set PhotoshopFiles to files of folder ptdpp as alias list
say (count of PhotoshopFiles)
if not (exists file fileToLog) then
make new file at ptdpif with properties {name:"Photoshop_Batch_Errors_Log.txt"}
end if
end tell
tell application "Adobe Photoshop CS5"
activate
set display dialogs to never
batch "Wood Frame - 50 pixel" from "Default Actions" from files PhotoshopFiles with options {destination:folder, destination folder:alias ptdpif, error file:alias fileToLog, macintosh compatible:true, file naming:{document name mixed, extension lower}, suppress open:true, override save:true}
end tell
tell application "Finder"
move PhotoshopFiles to ptdpsf
end tell
end adding folder items to
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Asking for Photoshop Batch help please.
      • From: "koenig.yvan" <email@hidden>
    • Re: Asking for Photoshop Batch help please.
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Press Run to run this script, or Quit to quit
  • Next by Date: Re: Asking for Photoshop Batch help please.
  • Previous by thread: Re: Press Run to run this script, or Quit to quit
  • Next by thread: Re: Asking for Photoshop Batch help please.
  • Index(es):
    • Date
    • Thread