graphic:javascript:photoshop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
graphic:javascript:photoshop [2021/12/11 13:57] – [Javascript Version and Compatibility] yinggraphic:javascript:photoshop [2022/09/26 15:11] – [Basic Javascript syntax] ying
Line 96: Line 96:
 } }
 </code> </code>
-    * after CS5 <code javascript>activeDocument.guides.add(Direction.VERTICAL, 100); // orientation and offset</code>+    * after CS5 <code javascript>activeDocument.guides.add(Direction.VERTICAL, 100); // orientation and offset 
 +activeDocument.guides.removeAll() 
 +</code>
  
  
Line 892: Line 894:
  
   * so conclusion, if you are not stuck with old technology, and you willing to move to adobe CC version, HTML5 is the way to go for all new techs instead of Python fighting into adobe apps.   * so conclusion, if you are not stuck with old technology, and you willing to move to adobe CC version, HTML5 is the way to go for all new techs instead of Python fighting into adobe apps.
 +
 +Update 2022:
 +  * PS automation tech age:
 +    * oldest: Actions (since v4) - macros by record and playback but no logic and no interface
 +    * older: ExtendScript (AppleScript/VBScript), ScriptUI, C++ 
 +      * jsx - (js v3)
 +    * old: CEP panel (Common Extensibility Platform) https://github.com/Adobe-CEP
 +      * html5
 +    * new and fresh: UXP (Unified Extensibility Platform) for PS 2021+ (v22)
 +      * new js support
 +      * ref: https://medium.com/adobetech/xd-and-creative-cloud-extensibility-faq-e615dd6ecbfe
 +      * https://gregbenzphotography.com/photography-reviews/what-are-uxp-plugins-in-photoshop
 +      * Building Plugins for Adobe Photoshop and XD using UXP: https://www.youtube.com/watch?v=6iFVozCJ1aw
 +      * Rundown of the UXP Announcement at MAX 2020: https://www.youtube.com/watch?v=zAOUBpDjc1Q
 +
 +UXP feature:
 +  * modern JS, new File API
  • graphic/javascript/photoshop.txt
  • Last modified: 2023/03/05 03:02
  • by ying