There are several scripts that can be used to AUTOMATICALLY PROCESS a host of images at one time. Below is a list that will be discussed in this tutorial:
SUMMARY: Actions are a sequence of one or more steps that are recorded in Photoshop and then can be played back later to repeat those step(s) on one or many files. Actions can be fully automated or they can require user interaction. You can share actions with others or download many actions from others on the web. Actions are document independent which means it is saved as a separate file and can work with any Photoshop file. Actions are not timed based so you can take your time recording steps without the fear of bloating the file like you would if you were using a screen capture program.
TIP: Anytime you see yourself doing things repeatedly or have a need to do something repeatedly, actions should come to mind as a time-saver.
THEORY: The best way to learn about Actions and how they work is to first experiment with existing actions that comes with Photoshop.
APPLICATION: We will experiment with using some of Photoshop default actions:
THEORY: Another way to learn about actions is to load existing actions from other sources and experiment with them. Actions will have a *.atn extension.
APPLICATION: Below is a list of resources that you can experiment with:
THEORY: "Plan the work and then work the plan" is an adage that will serve you well when you first think about creating an action. There are certain operations that actions cannot perform. Knowing these operations in advance will help you better create actions. However, while actions may not perform some operations, there are workarounds that will assist you in getting your desired results. Typically, you can record steps that involve specific values (e.g., dialog box, transformation, etc.). You can also record freeform selections (Lasso, Ellipse, etc.).
APPLICATION: There are certain operations that you cannot record. We will learn solutions to these operations to make the action behave the way we would like them to work.
PROBLEM: If you create a selection of a specific size while recording, that size may not be applicable to other files.
SOLUTION: Record Select > All and then Select > Transform in your action. Then hold down the ALT/OPTION key to adjust the selection from its center and press the ENTER key to commit the transformation. Complete the action and then add a modal control to the Transform Selection step so that the user will be prompted to adjust the selection based on the image. Then press Enter to complete the selection as you normally would do and then complete the action.
PROBLEM: If you record an action that include the Image Size or Canvas Size, the user will be prompted to enter a specific measurement. The images may not be all of the same size.
SOLUTION: Use a percentage instead of a fixed unit of measurement (e.g., pixels).
(e.g., BITMAP, VECTOR AND RETOUCHNING TOOLS)
PROBLEM: You cannot record certain tools that you have to use the MOUSE to perform a task:CAUTION: Photoshop may not recognize some keyboard shortcuts across Operating Systems. To get around this problem, if you intend to may a cross-platform action, use menus instead.
THEORY: There come a time when you will want to create your own actions. While the example that will be explained is not the most effective use of actions, it does demonstrate how to create, use, and run them. In the next section, we will create a little more advance example that will build on what we have learn in this example. This procedure could have been done with just as easily with a Layer Style and it would be editable.
APPLICATION: You can use the Windows > Actions menu to open up the Actions panel to create, edit, delete, or play actions.
THEORY: In this example, we will build upon the concept from the previous action to learn how to delete the effects of an action and the re-apply the action using different values.
APPLICATION: While we could create a new file, we will use the file from the previous example to learn some valuable concepts about actions.
THEORY: While many actions can be done without user intervention. There are times when you will want to make an action interactive. There are mainly two ways to make an action interactive -- using modal control and the Insert Stop command.
APPLICATION: We will create an action that will prompt the user to input value and display instruction on what is next to be done to "texturize" an image.
THEORY: Once you create an action, you can use various techniques to edit it. Below is a list of what can be performed.
APPLICATION: These procedures are basically the same as working with Layers:
THEORY: Once an action is recorded or loaded from another source, you have a variety of playback options.
APPLICATION: Below is a list of playback options:
THEORY: The default mode is the List. However, you can also switch to the Button Mode. In this mode, all the actions are displayed as "buttons" that you can assign a color to. You can only run actions by clicking on a button but not edit them in this mode.
Similar to Batch Processing that will be talked about next, you can process MULTIPLE IMAGES using a script. The difference is that Image Processing is used mainly for converting images from one format to another and changing the image sizes (e.g., thumbnail formats). You can also add an action (e.g., Image Effect > Quadrants Color) to the process.
THEORY: While using an action on a single image can be a time-saver, the real time-saver comes when you use an action in conjunction with Batch Processing. Batch Processing can apply an action to a folder or a series of folders that is full of images.
APPLICATION: We will use the Batch Processing command to process multiple images from a folder of images.
IMPORTANT NOTES:
CREATING THE ACTION:
USING THE BATCH PROCESS:
You can automate the process of adding multiple images onto a single page using the Contact Sheet II script.
You can also select multiple images and convert them into an interactive presentation complete with transition.
THEORY: A droplets is a mini-application that is similar to Batch Processing except it does not have a destination folder. The reason for this that you can drag-and-drop an image or a folder of images to the Droplet icon to execute the action.
TIP: Save the droplet to your desktop for quick access:
APPLICATION: We will create a droplet on desktop so we can batch process images.