Coder Social home page Coder Social logo

photoshop-scripts's Introduction

header

Adobe Photoshop Scripts

Downloads Telegram Yotube

Instructions in other languages: English, Русский

👨‍💻 Hi

This is a collection of JS scripts for Adobe Photoshop.

The descriptions for each file can be found in the file’s header text. Test environment: Photoshop CC 2017-2019 (Mac OS).

Scripts

How to download one script

  1. In the script description, click the "Direct Link" button.
  2. The tab will open the script code.
  3. Press Cmd/Ctrl + S for download.

How to run scripts

Variant 1 — Install

  1. Download archive and unzip. All scripts are in the folder jsx
  2. Place <script_name>.jsx in the Photoshop Scripts folder:
    • OS X: /Applications/Adobe Photoshop [version]/Presets/Scripts/
    • Windows (32 bit): C:\Program Files (x86)\Adobe\Adobe Photoshop [version]\Presets\Scripts\
    • Windows (64 bit): C:\Program Files\Adobe\Adobe Photoshop [version] (64 Bit)\Presets\Scripts\
  3. Restart Photoshop
  4. You can also setup a custom hotkey in Edit → Keyboard Shortctus…

Variant 2 — Drag & Drop

Drag and drop the script file (JS or JSX) on Adobe Photoshop icon

Variant 3 — Use extensions

I recommend the Scripshon Trees panel. In it you can specify which folder your script files are stored in.

Donate

You can support my work on new scripts via Buymeacoffee, FanTalks, Tinkoff, ЮMoney, Donatty, DonatePay.

ClearLayer

Direct Download

Simple script to clear layers content.

ClearLayer

ExportPathsToAi

Direct Download

Exports all visible vector layers from .psd to a .ai file in the same folder as the original file. Known Photoshop restrictions:

  • paths are exported unfilled
  • reverse paths order. To fix this, select the paths in Illustrator and click Reverse Order in the Layers panel

ExportPathsToAi

GeneratePreview

Direct Download

Generate JPG preview image from active document. Supports multiple saving with auto-numbering. If you want to change JPG size, edit number in script file var jpegSizeMax = 1200.

GeneratePreview

SaveAll

Direct Download

Save all opened docs in one click.

SelectShapesByColor

Direct Download

Selects all vector layers and text objects in the document that have the same color as the active layer. Locked layers will also be selected. If you also want to select solid layers Layer > New Fill Layer > Solid Color..., edit in script file var inclSolid = true.

SelectShapesByColor

TIFF2Print 1.0

Direct Download

Script to save a print ready .tif file.

Features

  • Adding width and height (mm) in file name
  • Shorten measure units (cm/m) when possible
  • Save the preview image with the file for printing
  • Auto adding an index to the name, to save multiple files
  • Parameters are easily configured in the script code

TIFF2Print

ToggleLayersLocksByName

Direct Download

Locks layers in the document based on the keyword in the name. Open the script file with a text editor if you want to specify another keyword and replace the text in quotes key = '[lock]'.

ToggleLayersLocksByName

Don't forget sharing link with a friend 🙂

🤝 Contribute

Found a bug? Please submit a new issues on GitHub.

✉️ Contact

Email [email protected]
Telegram @sergosokin

📝 License

All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.

photoshop-scripts's People

Contributors

creold 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.