Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

Java1234官方群25:java1234官方群17
Java1234官方群25:838462530
        
SpringBoot+SpringSecurity+Vue+ElementPlus权限系统实战课程 震撼发布        

最新Java全栈就业实战课程(免费)

springcloud分布式电商秒杀实战课程

IDEA永久激活

66套java实战课程无套路领取

锋哥开始收Java学员啦!

Python学习路线图

锋哥开始收Java学员啦!

ps javascript 自动化处理 PDF 下载


分享到:
时间:2020-11-16 09:50来源:http://www.java1234.com 作者:转载  侵权举报
ps javascript 自动化处理 PDF 下载
失效链接处理
ps javascript 自动化处理 PDF 下载


本站整理下载:
提取码:hhur 
 
 
相关截图:
 
主要内容:


1 Introduction
About this Manual
This manual provides an introduction to scripting Adobe® Photoshop® CS6 on Mac OS® and Windows®.
Chapter 1 covers the basic conventions used in this manual. 
Chapter 2 covers a brief overview of scripting, how to execute scripts, and the Photoshop object model. 
Chapter 3 covers Photoshop-specific objects and components and describes advanced techniques for 
scripting the Photoshop application. Code examples are provided in three languages:
➤ AppleScript
➤ VBScript
➤ JavaScriptTM
NOTE: Separate Photoshop scripting reference information is provided for each of these languages 
through the Scripting Reference Manuals provided with this installation, or through the object browsers 
available for each language. See “Viewing Photoshop’s AppleScript dictionary” on page 21 and “Viewing 
Photoshop’s type library (VBS)” on page 22. For information about using the Extend Script Object Model 
Viewer, see the JavaScript Tools Guide.
Chapter 4 covers the Action Manager, which allows you to write scripts that target Photoshop functionality 
that is not otherwise accessible in the scripting interface.
NOTE: Please review the README file shipped with Photoshop for late-breaking news, sample scripts, and 
information about outstanding issues. 
Conventions in this Guide
Code and specific language samples appear in monospaced courier font:
app.documents.add
Several conventions are used when referring to AppleScript, VBScript and JavaScript. Please note the 
following shortcut notations:
➤ AS stands for AppleScript
➤ VBS stands for VBScript
➤ JS stands for JavaScript
The term “commands” will be used to refer both to commands in AppleScript and methods in VBScript and 
JavaScript.
When referring to specific properties and commands, this manual follows the AppleScript naming 
convention for that property and the VBScript and JavaScript names appear in parenthesis. For example:
“The display dialogs (DisplayDialogs/displayDialogs) property is part of the Application object.”
CHAPTER 1: Introduction Conventions in this Guide 7
In this case, display dialogs refers to the AppleScript property, DisplayDialogs refers to the VBScript 
property and displayDialogs refers to the JavaScript property. 
For larger blocks of code, scripting examples are listed on separate lines. 
AS
layer 1 of layer set 1 of current document
VBS
appRef.ActiveDocument.LayerSets(1).Layers(1)
JS
app.activeDocument.layerSets[0].layers[0]
Finally, tables are sometimes used to organize lists of values specific to each scripting language.

 

------分隔线----------------------------

锋哥公众号


锋哥微信


关注公众号
【Java资料站】
回复 666
获取 
66套java
从菜鸡到大神
项目实战课程

锋哥推荐