Loading...

Search Results in category “Miscellaneous”

Using the clipboard
in Miscellaneous Photoshop Tutorials
Using the clipboard

If you are new to scripting for Photoshop, please view our Photoshop Scripting Basics tutorial for an introduction to Photoshop scripting and a few exercises about basic JavaScript. 1. Check to for an opened document. If there isn't an opened document, nothing will happen

read more
Canvas Size
in Miscellaneous Photoshop Tutorials
Canvas Size

1. Save the current ruler units preference and change it to one you would like to work with. var oldRulerUnits = preferences.rulerUnits; preferences.rulerUnits = Units.PIXELS; For a better understanding of the above code, please read the Setting the Ruler and Type Units tutorial.

read more
Document Metadata
in Miscellaneous Photoshop Tutorials
Document Metadata

The first thing we need to do is check to see if there is an document. To do this, we'll check to see if the current document has a length. If it doesn't, it obviously means that there are no opened documents and the script will do nothing instead of giving an error.

read more
Switching Between Open Documents
in Miscellaneous Photoshop Tutorials
Switching Between Open Documents

What if we have several opened documents and want to choose only one of them to be closed? Documents are identified by the ordered they were opened in. Open several files inside Photoshop and click on the Window menu. We'll notice that the documents shown on the bottom of the menu are sorted by the....

read more
Hotkeys (Keyboard Shortcuts)
in Miscellaneous Photoshop Tutorials
Hotkeys (Keyboard Shortcuts)

Hotkeys (or keyboard shortcuts) are keystrokes used to invoke a command and they usually, but not always, involve a modifier key such as Ctrl ( ), Alt (Option), or Shift. For example, instead of choosing Select ยป Deselect from the menus, you could simply press Ctrl+D ( +D)...

read more

Copyright © All Rights Reserved