Skip to content
/ pquery Public

Photoshop ExtendScript library for civilized scripting

Notifications You must be signed in to change notification settings

infu/pquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pQuery

Photoshop ExtendScript library for civilized scripting.

This library is so far only concept and has only three functions. It stayed in my forum for a while as an answer, but I decided to put it here and if people show interest, it can grow. Feel free to contribute :)

The way it currently works:

Example move

pQuery("proba").move(50,50);

Example loop with chained commands

for(var i=0; i<20; i++) {
    pQuery("proba").dup().move(200 + i * 40,50 + i * 5);
    }

About

Photoshop ExtendScript library for civilized scripting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published