Coder Social home page Coder Social logo

photoshop-scripts's Introduction

This repo contains a handful of scripts I've been working on to make certain
Photoshop tasks easier.  I'll list their basic function below, but see the
comment at the top of each script for more info on features and usage.


Dynamic Script.jsx

A very simple script that makes it easy to test a few lines of javascript in
Photoshop.  You won't find it too helpful unless you write scripts a lot. 


Super Export.jsx

A Photoshop script that lets you save parts of a PSD as separate cropped
files by carefully naming the Photoshop layers.  For example, if you name
a layer "Background.jpg" and run this script, that layer will be saved and
all others will be hidden.



GETTING STARTED (INSTALLATION)

Installing a photoshop script means dropping the script (*.jsx file) into Photoshop's scripts directory.  For me, the path is:

MAC: /Applications/Adobe Photoshop CS4/Presets/Scripts
PC: c:\program files\Adobe Photoshop CS4\Presets\Scripts

So the easiest way to get going is to copy "Super Export.jsx" to:
/Applications/Adobe Photoshop CS4/Presets/Scripts/Super Export.jsx

Once you restart Photoshop, a new menu item will show up in the menu File > Scripts > Super Export.  Just click on that menu item and the script will run.

I made a keyboard shortcut [F5] to run it automatically, Here's how:
1) Choose Edit > Keyboard Shortcuts...
2) Highlight "Super Export" under File > Scripts
3) Click under the 'Shortcut' column and type the [F5] key (or whatever you want)
4) If there are conflicts, choose 'Accept & Continue', otherwise choose 'Accept'

You can also have scripts in subfolders of this directory, so if you're familiar with GIT, want all my scripts, and want easy access to updates you could clone:  [email protected]:bendytree/Photoshop-Scripts.git to /Applications/Adobe Photoshop CS4/Presets/Scripts/BendyTree  and whenever you want an update, just do a 'git pull' from that directory.  Photoshop gracefully ignores non .jsx files (like .gitignore and readme).






photoshop-scripts's People

Contributors

bclubb avatar bendytree avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.