1
vote
2answers
59 views

An action to export a Photoshop document with file name intact

Is there a way to export a document in Photoshop using an action that would preserve the file name? Example: I have a document called Home.psd. I'd like to run an action, and it would create a ...
0
votes
0answers
39 views

Photoshop action to export png using filename pattern (@2x)

How do you create a Photoshop action to do the following: Save for Web, at full size, using the (PSD) filename with "@2x" appended (and .png) Save for Web, at 50% size, using the (PSD) filename (and ...
0
votes
1answer
46 views

Photoshop action to export icon resources for OS X app?

Is there a photoshop action for exporting a 1024x1024 canvas as all the required icon resources for a OS X app? Seems like something the design community would have made, but I can't find anything so ...
1
vote
1answer
43 views

Action on selected layer in Photoshop

I have a bunch of Smart Objects in a .psd. I want to create an action that opens up the .psb of each individual Smart Object and scale the .psb image size by 150%. The reason for all this is that ...
3
votes
1answer
124 views

How do you create custom scripts for automation in Photoshop?

I have been recording custom actions to perform various automations, though I am starting to require greater control which would be better implemented using some form of scripting (if this can indeed ...
1
vote
1answer
67 views

Adding “Duplicate Group” to Photoshop Action

I have created a Photoshop action which: Duplicates the current image. Merges all visible layers. Removes hidden layers. Rearranges parts of image. Adds the layer to a group. Displays user interface ...
5
votes
3answers
149 views

Recommendations on how to synchronize Photoshop actions, swatches, etc. across computers

Is there any convenient way to synchronize Photoshop settings like keyboard shortcuts, actions, swatches, custom layer sytles, etc.. across several computers, preferably in an automated way? So far, ...
-1
votes
3answers
343 views

Is this a photo or 3D render, and how would I give a photo a similar effect?

Is this a photo or rendered image? How can I achieve a similar affect post production with a photo? Are there any actions already available that might do this? EDIT: After comments below, are ...
0
votes
2answers
706 views

photoshop action to create bump, normal and reflection maps for rendering software

Does any one know of a photoshop action, or set of actions to produce a defuse, bump, normal and reflection map for use in 3d rendering software ? it seems like quite a simple thing and ive search ...
0
votes
2answers
288 views

Automatically saving in a batch action

I have an action in Photoshop: Set Background Black & White Make adjustment layer Set Current adjustment layer Then I go to File->Automate->Batch and set it to output to a folder with ...
3
votes
1answer
869 views

Can I transform an image's location in a Photoshop action so that it's relative to the canvas and NOT the image?

I'm trying to create an action that will move a layer around the canvas. The problem is that my image won't always be the same size and neither will my canvas. If I record a transform and move my ...
0
votes
1answer
440 views

How can I create an action to increase my canvas size in Photoshop ONLY if the canvas is X?

For starters to be clear, I'm looking to manipulate canvas size. Not image size. I want to create an action to automatically increase the width and height of my canvas in Photoshop to a specific size ...
0
votes
1answer
11k views

How to create frames from layers in Photoshop extended?

Is there a way to automatically create frames from layers in a Photoshop document? Bridge lets you open several images into one Photoshop document as layers, now I would like to get these layers ...
1
vote
2answers
764 views

How can I use “Save For Web” in a Batch Action and save new files in their original files folder using Photoshop CS?

Let me explain the title a little further. What I have is a series of PDF files in a series of folders -- Parent Folder   -Child Folder      --PDF file ...
0
votes
2answers
54 views

How do I automate checking conditions on a TIFF?

When I've finished editing, I need to make sure I've met the formatting requirements of my client. I have a checklist that i'd love to be able to automate. Within photoshop would be great; even better ...
2
votes
4answers
1k views

Creating spritesheets for gaming

I am trying to create a SpriteSheet using Photoshop's Scripts>Export layers to files. Thinking about using each layer as a frame. This is what i am doing... I have a layer with a rectangle in it. I ...
2
votes
1answer
281 views

Scripting actions by hand in Photoshop / Bridge

Does anyone know if there's a less clunky way of creating actions than by using the built-in recording function in Photoshop? For instance, if I have an Action I want to alter slightly (add a step, ...