Blending images
Learn the basics of blending images together with this simple tutorial.
Type : Photoshop Tutorials
Level : Beginner
Added : Jan 25, 2006
Using Downloaded Brushes Tutorial
Someone PM'd me asking how to use a brush set onces they've downloaded it. I realized some of the less experienced members would have no idea how to install a brush set. So here you go:
Type : Photoshop Tutorials
Level : Beginner
Added : Dec 23, 2005
Photoshop Layers Into Flash With PSD2FLA
Generally low-wage labor is either easy but boring or difficult but fun. If you are doing something that's both easy and fun you're probably paying for the privilege. If you are doing something that's both boring and difficult you're probably moving layers from Photoshop to Flash. This task is b...
Type : Photoshop Tutorials
Level : Experienced
Added : Dec 03, 2005
Functions in Photoshop
Functions are a great way to keep large and complicated lines of code organized.
Type : Photoshop Tutorials
Level : Professional
Added : Nov 23, 2005
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
Type : Photoshop Tutorials
Level : Professional
Added : Nov 23, 2005
New Art Layer
Making new art layer using photoshop scripts
Type : Photoshop Tutorials
Level : Professional
Added : Nov 23, 2005
Layer Properties
Changing layer properties using photoshop scripting.
Type : Photoshop Tutorials
Level : Professional
Added : Nov 23, 2005
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....
Type : Photoshop Tutorials
Level : Professional
Added : Nov 22, 2005
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.
Type : Photoshop Tutorials
Level : Professional
Added : Nov 22, 2005
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.
Type : Photoshop Tutorials
Level : Professional
Added : Nov 22, 2005

