Skip to content

RxLaboratory/DuPSF

Repository files navigation

DuPSF

Duduf Photoshop ExtendScript Framework - WIP

What's this?

DuPSF is a set of classes, methods and tools to ease the scripting process in Adobe Photoshop, as long as adding features (like json) not available in Photoshop/ExtendScript. It is very easy to use and documented.

Links

How to use the framework in a Photoshop script?

Just include the framework in your script with this simple code:

#include DuPSF.jsxinc

After this, all objects and methods from DuPSF will be available.

Comprehensive reference

The framework reference is available here.

Other tools

  • The tools subfolder contains some useful scripts.
  • DuBuilder is a stand-alone application written in Qt/C++ to build the scripts. It replaces all includes with the actual source code and lets you distribute your scripts as single files instead of a main script with a lot of includes.