All Projects → tahoedesigner → ExtendScript

tahoedesigner / ExtendScript

Licence: other
🍆 Getting started with ExtendScript ✨ by Jeff Davis

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ExtendScript

ovid-editor
Adobe panel providing the most advanced scripting environment possible -- Typescript, app DOM autocomplete, full I/O features and more
Stars: ✭ 43 (+86.96%)
Mutual labels:  photoshop, adobe, extendscript
multiverse
Adobe Photoshop scripts for making generative art
Stars: ✭ 21 (-8.7%)
Mutual labels:  photoshop, extendscript
photoshop-react-redux-ramda
🎨😱💀⚛️
Stars: ✭ 24 (+4.35%)
Mutual labels:  photoshop, extendscript
alchemist
DevTool for plugin developers
Stars: ✭ 65 (+182.61%)
Mutual labels:  photoshop, adobe
adobe-scripts
Drafts and unsorted JSX scripts for Adobe Illustrator, Photoshop
Stars: ✭ 29 (+26.09%)
Mutual labels:  adobe, extendscript
Photoshop-Scripts
A collection of Photoshop scripts.
Stars: ✭ 53 (+130.43%)
Mutual labels:  photoshop, extendscript
brutalism
Battleaxe's component library for Adobe CEP panels
Stars: ✭ 43 (+86.96%)
Mutual labels:  photoshop, adobe
adobe-cep-react-create
Create Adobe-CEP extension with React, Material-UI, Native Node modules, Webpack, Babel and ExtendScript
Stars: ✭ 95 (+313.04%)
Mutual labels:  adobe, extendscript
Indentz
Collection of InDesign scripts for simple and repetitive tasks.
Stars: ✭ 23 (+0%)
Mutual labels:  adobe, extendscript
Creative Cloud Linux
PlayOnLinux install script for Adobe Creative Cloud
Stars: ✭ 725 (+3052.17%)
Mutual labels:  photoshop, adobe
extendscript-starter
Starter project for extendscript-bundler + live reload capabilities
Stars: ✭ 26 (+13.04%)
Mutual labels:  adobe, extendscript
Adobe Scripts Panel
Scripting Panel for After Effects, Illustrator, and Photoshop
Stars: ✭ 211 (+817.39%)
Mutual labels:  photoshop, adobe
quickExp
a script for controlling expressions quickly in After Effects
Stars: ✭ 24 (+4.35%)
Mutual labels:  adobe, extendscript
Photoshop-Export-Layers-to-Files-Fast
This script allows you to export your layers as individual files at a speed much faster than the built-in script from Adobe.
Stars: ✭ 1,127 (+4800%)
Mutual labels:  photoshop, adobe
Photoshop Scripting Python
Scripting in Photoshop is used to automate a wide variety of repetitive task or as complex as an entire new feature
Stars: ✭ 281 (+1121.74%)
Mutual labels:  photoshop, adobe
Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (+656.52%)
Mutual labels:  photoshop, adobe
adobe-discord-rpc
Discord Rich Presence extension for your adobe apps!
Stars: ✭ 383 (+1565.22%)
Mutual labels:  photoshop, adobe
pytoshop
Library for reading and writing Photoshop PSD and PSB files
Stars: ✭ 100 (+334.78%)
Mutual labels:  photoshop
ExtendScript-for-Visual-Studio-Code
Extension that adds Adobe ExtendScript support to Visual Studio Code
Stars: ✭ 29 (+26.09%)
Mutual labels:  extendscript
cookbook-cq
Chef cookbook for Adobe CQ (aka AEM)
Stars: ✭ 20 (-13.04%)
Mutual labels:  adobe

ExtendScript - Hello World!

This repo was created to help get started using ExtendScript. For the purposes of demonstration the enclosed files in this repo are all written for Photoshop CC and should be used within that version.

INSTALLING EXTENDSCRIPT

  1. Download the repo of files to:
Mac: /Applications/Adobe Photoshop CC/Presets/Scripts/
WIN: C:\Program Files\Adobe\Adobe Photoshop CC\Presets\Scripts\ 
  1. Open Photoshop CC
  2. Go to File > Scripts > "Hello World, or The Name of your script"

HELLO WORLD! EXAMPLES

  • Dialog Prompt via an Alert
  • Set background and foreground colors to RGB value
  • Add new color to swatches
  • Working with Dialog to create custom text in a layer set
  • Working with Document Object (height, width, resolution, file name)
  • Working with Layer Object (creating and naming layersets and layers)
  • Working with Text (modifying text to be certain size and font)
  • Save file as PNG to desktop

RESOURCES

Additional references from Adobe are available below.

Photoshop CC Scripting Guide

http://www.adobe.com/content/dam/Adobe/en/devnet/photoshop/pdfs/photoshop-cc-scripting-guide.pdf

Photoshop CC JavaScript Reference

http://www.adobe.com/content/dam/Adobe/en/devnet/photoshop/pdfs/photoshop-cc-javascript-ref.pdf

Photoshop Document Specification

http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/

Photoshop DOM

http://objjob.phrogz.net/pshop/hierarchy

AUTHOR

Jeff Davis @tahoedesigner

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].