Photoshop :: Running Multiple Batch Actions On Same Folder?
Jul 27, 2012
We run Actions on a group of images using CS4 with the File->Automate->Batch function. We use this to take, for example, 200 images from a set folder, run an action to change them into a different colour and save in a different folder, we need to do this 20 times on the same images running a different script each time to change them into a different colour and save them in the same folder (with different file extensions)
Â
Is there a way we can instruct Photoshop to run all of these 20 scripts (one after the other in a queue as it where) without having to "Babysit" it and ask it to run each one off ourselves?
View 1 Replies
ADVERTISEMENT
Jul 19, 2013
I created a action in Illustrator CS6 (on a PC) which opens PNG files, scales them onto a 8.5 x 11 page, saves them as a PDF into a output folder on my desktop and then closes the page. The action works great and does exactly what I had hoped for.
Here is my issue: I now have a need to do this on multiple files at the same time. Using the Illustrator Help menu, I found out about Batch processing. The tutorial says that a batch can be run on a single file or on a folder of files. Bingo! That's what I want. Problem is, I can't get it to work.
Â
After setting up the batch with the following settings: (note: I didn't use a destination folder because I have the action saving the pdf into an output folder on the desktop).
According to the help page, it said to use Override Action "Open" commands which Opens the files from the specified folder and ignores any Open commands recorded as part of the original action. I thought this is what I needed to open all the files in the folder, because when recording my action, I had to use the open command to open a png file. It wouldn't just let me choose a folder. If I don't have the open command in the action, nothing happens.
Â
My main issue is getting multiple files from within my input folder to open when running the action. The only file that opens is the file that I recorded while creating the action. If I remove that file from the folder, nothing happens at all.
View 2 Replies
View Related
Jul 13, 2009
I'm working on a character for an engine called "Mugen".
Each character has a spriteset of 300-400 frames which come in PCX, GIF, BMP, or PNG images.
Each of these frames have to apply a certain palette. Which in Photoshop, is called an image with "Indexed 256 colors".
Now here's where I'm stuck. In order to move on, I must have all sprites applied to a certain palette.
there are about 400 sprites, in frames, and it would take a long time to convert all 400 images to one palette.
way to Run a batch/auto-script or something like that?
View 2 Replies
View Related
May 13, 2012
I have all CS5 and Snow Leopard 10.6.8 When I run a loaded Action it gets half way finished and crashes. I have 9GB RAM and no other app's running at the time.
View 8 Replies
View Related
Jul 27, 2008
II have downloaded some free sharpening scripts and installed into my CS3.
I have tried to batch run the scripts but could not seem to be able to do so. The automate or photo processor seems to only allows batch running from actions but not scripts.
So is there a way to batch-run scripts?
View 3 Replies
View Related
Apr 19, 2009
Is there any shortcut in Photoshop or Bridge to stop running script or batch? I tried the usual suspects like Esc, Ctrl-C, Ctrl-Break and none worked. I am running Dr. Brown Services and by mistake I let it process 850 photographs instead of 34... The script has finished, but I would like to know for next time...
View 1 Replies
View Related
Jul 23, 2013
Bug in photoshop creative cloud. When using the "batch" editing feature after 5 images being edited the same way (batch processing) an error code pops up. "Error:not enough ram" and then i have to restart which does the same thing over and over again. Running a quad core i7 1tb hard drive 16gb of memory so there should be no error code. I have done everything from creating new scratch disks off of other hdd's allotting more ram to go to psd (since i can only use 3255mb because of a useless limiter on photoshop) to rebooting computer and nothing works at all.
View 3 Replies
View Related
Apr 3, 2008
I've been looking for this one a long time, but I just don't get it to work properly. The problem is this, I need to save a whole lot of pictures into jpeg in my PS file. But the time it takes me for selecting every one of them and pushing ctrl shift s, then inputting the number and save as jpeg. Is driving me horribly insane.
So I looked up some things on google, but that didn't help, thus I landed here. I know you could do this with the automate - batch command but I simply don't get it to work. Using the action command doesn't help either, it saves the picture but always overwrites the former one (since it always saves with the same name)...
View 6 Replies
View Related
Sep 1, 2011
I have this script that basically makes a shape expand by adding an outline, conveting the outline to an object, and then welding the whole thing together.
I have the script set to execute with hotkey ctrl+numpad+
The odd thing is, when I run it once, it seems to work fine and only one object is left, but when I hold down ctrl and press numoad+ over and over again, it seems to produce a new copy of the object everytime.
I'm not sure why this is happening, but I need to get it to stop.Â
Sub Expand()   EventsEnabled = False      'Dim vars   Dim c1 As New Color   Dim OrigSelection As ShapeRange   Dim OrigColor As Shape   Dim width1 As Double   Dim height1 As Double   Dim minSize As Double   Dim Thickness As Double      'copy color of current selection   Set OrigColor = ActiveShape   If OrigColor Is Nothing Then Exit Sub   If OrigColor.Fill.Type <> cdrUniformFill Then Exit Sub   c1.CopyAssign OrigColor.Fill.UniformColor      'get thickness to increase by   Set OrigSelection = ActiveSelectionRange   OrigSelection.GetSize width1, height1   If width1 <= height1 Then minSize = width1   If width1 > height1 Then minSize = height1   Thickness = minSize * 0.035      OrigSelection.SetOutlineProperties Color:=CreateRGBColor(0, 0, 0)   OrigSelection.SetOutlineProperties Thickness, ScaleWithShape:=True      'weld   Dim s1 As Shape   Set s1 = OrigSelection(1).Outline.ConvertToObject   Dim s2 As Shape   Set s2 = s1.Weld(OrigSelection(1), True, True)          'auto reduce   's2.Curve.Nodes.All.AutoReduce 0.001   's2.Fill.ApplyUniformFill c1      'delete remnants   OrigSelection.Delete   s1.Delete   'OrigColor.Delete         EventsEnabled = TrueEnd Sub
View 5 Replies
View Related
May 9, 2012
Whenever I try to run an action or use batch I get an error message that Photoshop CS 5 will now close. What if anything can I do? I am running XP. There are actions in the plugins/actions folder. The actions tab contains my actions and the original ones.
View 4 Replies
View Related
May 14, 2013
I can record a batch action but when I try to apply it to opened files or folders, the batch window doesn't even appear and all the photoshop menu options are frozen and greyed out. I have to force quit the program to recover. This started happening last week and there was no updates or any other changes made to the computer or software. I have tried to delete the preference files and repair permissions and restart the computer, but nothing works. It happens every single time.
View 9 Replies
View Related
Jan 31, 2013
When I try to do a batch action, the only action set offered is ONE "default set". Which has vignettes, molten lead, gradients, etc. I need to batch process a a folder of .pict images to .jpg
It's been a long time since I used the batch feature, but I have done this process in the past (maybe years ago).
What has happened to my action sets or how i might restore them? I poked around in Time machine, but don't know enough about where to look.
Â
Photoshop CS3 Extended 10.0.1
View 2 Replies
View Related
Mar 18, 2009
I made an action that opens, resizes, saves and closes files. I loaded it into "file>automate>batch" and designated both source and destination folders(which are different). For some reason the batch processed files are not saving to the designated destination folder specified in the batch gui.
How can i correct this?
View 2 Replies
View Related
Jun 12, 2009
I posted this in the Mac forum but received no responses after a couple of days, so I am trying it here. Photoshop CS3 Actions seem to have a bug such that when used in Automate > Batch mode it will use the name of the first file opened in the batch session for every file processed in that session. Since that name is used in Save step, this means having to deal with the "File Already Exist" dialog for every file in the batch because it is attempting to save at the designated location with the same file name. If the continue option is chosen each time, the final result is one file with the first opened file name, but with the contents of the last processed file. To confirm that this is a problem particular to the opening step, I have disabled all processing steps as well as the saving step by toggling them in the Actions panel. I then ran the action in batch mode on a folder containing 4 files. This resulted in 4 opened files all with the same name but different image content. This was with the "Override 'Open' Action Commands" checked/not checked, and the "Suppress File Open Options Dialogs" checked/not checked. The problem described also occurs when using a Droplet. By comparison, Photoshop CS exhibits the expected behavior: when an action is used in batch mode to process an entire folder of files, the name of each file is retained after opening and used after processing in the save or export step. The above described behavior of CS3 is a change acquired along the way to the CS3 version (I do not have the CS2 version to test). But more importantly, can someone please report if the CS4 version behaves as I described for CS3, or if it has been returned to the CS behavior? OS X 10.4.11G4 800 MHz 2 MB L3/processor 1.25 GB SDRAM Is this a known bug?
View 21 Replies
View Related
Dec 7, 2003
I tried to run an Automate batch action (to resize my photos) but it will asked me in the "Jpeg Option" folder for each file, which mean I am not able to go away and let Photoshop carry out the action by itself. It get annoyoed because I have to sit in front of my PC and press enter to each file resized.
View 1 Replies
View Related
Apr 7, 2006
I Can't run batch actions. I'm trying to run batch actions from the file browser in CS and it say it can't because the "Disk is not available". I made sure my scratch disc was designated, and it has my primary partition as the 1st and the other partion is the 2nd. The files I'm working from are on the same partition as the System files and there is 15gb available.
View 3 Replies
View Related
Jan 27, 2009
I am converting tiff files to jpeg using the Automate then Batch Actions. I select my source folder and Destination folder. The program converts and send the jpegs to the Destination folder but it is also sending a copy of every jpeg to my DESKTOP. Nothing in my Destination folder shows the desktop as a destination. I set up a destination file on my e drive and it still sends the photos to the desktop.
I am using CS2 Photoshop.
View 3 Replies
View Related
Feb 1, 2008
I have a number of actions under the automate/batch menu item that are on a win2k machine with 7.0. I want to migrate them to an xp machine with cs3. I can't boot the machine with 7.0 on it but I do have complete access to the disk (long story of another problem).
I cannot figure out where they store them. I've seen the .atn file but they just seem to be standard default files. So what I want to do is to get them into cs3 without having to redo the dozens of actions by hand. It's sounds easy (and I'm sure it is), but in my searching, I'm coming up with nothing. Ideas?
View 4 Replies
View Related
Sep 26, 2013
Up until a month or so ago, using photoshop CS5 - windows, a batch psd conversion of nummerous files say fred1. psd through fred10.psd gave me fred1 jpeg through fred10.jpeg. I saveconversions to a dump jpeg folder on another drive where there are also, dump psd and dump tiff with tiff not being much used.
Â
Using actions, the first conversion of a series will be fred.jpeg but thereafter it will be fred1 copy.jpeg through fred10 copy .jpeg. No big deal for a few files as the word copy can be deleted. However, if a jpeg file say fred.jpeg needs to be updated in say a slide show or web site then the new conversion of the updated file as fred copy.jpeg causes identity problems.
Â
how can I return to the situation where fred.psd becomes fred.jpeg and not fred copy.jpeg. This does not seem to happen for individual conversions the manual way. I tried to convert to jpeg 2000 but the same happened. I'm not sure about jpeg 2000 and how it would work if taking to a phot processor for "photographic" prints.
View 6 Replies
View Related
Jul 18, 2013
I've got to submit about 130 images in JPG form to the media department by 1 o'clock today EST.
Â
Basically, this is my setup up in PS CS5. I have a simple graphic (a black decorative border) in its own layer. Below this, I have a mask so that the images below it can peek through the decorative border. The sample below only has 1 image, but in my actual document there are about 130 layers under this mask, each with a different image.
Â
I have to export every single image as a JPG. Not all the images are the same size so I have to turn off all layers, and leave only the layer being exported visible every time.
Â
Is there anyway I can batch this? I don't see how can PS turn on/off layers automatically as it exports.Or how could I have done this differently for future reference?
View 1 Replies
View Related
Dec 3, 2008
Is there a way I can perform an action to similar images?
For example, lets say I have one big circle, and another circle that's smaller. Is there a way I can resize the two circles so they scale together?
Goes the same with colors. Is there a way I can apply the same color effect to multiple layer images at once? Or do I have to go manually one by one if I want to change something?
View 4 Replies
View Related
Mar 29, 2008
I'm trying to resize and save a bunch of .bmp pictures.
I tried tinkering with some options, but couldn't get it to work any faster than doing each one individually. I think I'm going about it all wrong...
Is there an easy to way to import all the pictures at once, change the Image Size and then save as a JPEG in a new folder?
I'm using Photoshop CS2.
View 1 Replies
View Related
Oct 6, 2013
Is there any way to use Actions in Batch Editing in Photoshop Elements 10 or any Elements?
View 1 Replies
View Related
Mar 6, 2013
Where is Photoshop 6's default folder for actions - I wish to place an action in it so it loads on start up.
View 4 Replies
View Related
Sep 8, 2012
I installed Photoshop CS6 on my iMac and MacBook. The MacBook has a "Default Actions" folder in the actions panel with 13 default actions. This folder did not appear on my iMac following install. However, my iMac has several image and text effect actions installed that did not install on my iMac. Would like to have the Default Actions on my iMac and text and image effect actions on my MacBook.
View 2 Replies
View Related
Jun 21, 2006
how do i edit a series of pictures in which i want the same affect applied to each picture in the series? the answer that was given was: apply all the affects you want to your picture and record that as a batch action and use that action to apply to the remaining series.
View 1 Replies
View Related
Apr 30, 2013
I cannot for the life of me figure out how to save in a specific folder desitnations when using Actions and Saving For Web with CS6 PS for Windows. It ALWAYS defaults to last folder used. I am not Batch Processing, just using Actions on one image at a time. I have 3 of these actions.
Action one is for "Thumbnail" folder, Action two is for "Full" folder, and Action three is for "Large" folder. All these actions are doing is saving for web into these folders (path displays correctly in Action script). HOWEVER after I successfully use Action one and save into the Thumbnail folder and move on to Action 2, it wants to save back into Thumbnail AND NOT into Full folder. In short I now have 3 actions saving to the same folder even though my recording designated 3 different locations.
View 8 Replies
View Related
Jul 4, 2013
i'm on a Mac. upgraded from cs3 to cs6. I opened a new Photoshop file and went to do an action that I normally do with this type of file. (I have created my own action.) But Actions is no longer where it used to be — which I think was in the History area, but I'm not sure, I just go by feel. In any case, I can't find anything having to do with Actions. Where is it hiding?
View 2 Replies
View Related
Nov 19, 2013
Situation: Rendering a sequence of frames with different image dimensions (photos of 3D scene for printing, different image dimensions needed for different purposes). Changing image width/height in pre-render frame MEL script. Therefore, need to know what frame we are on.
Unfortunately, mental ray batch render returns frame number (currentTime) of PREVIOUS frame when called during pre-render frame script. I have to add 1 to get the frame that is about to render, to determine needed image dimensions.
This is different than rendering current frame within Maya to preview what will happen -- currentTime is already on the correct frame.
Â
So, in my frame mel script, I need to know whether in batch mode or not, to know whether to add 1 to time.
Â
How do so?
Â
I searched docs and googled. Â All I found is a mention "Implementors of render traversals may wish to check whether they are running in batch mode", that did not say how to do so. And a mention in 2006 of "about -batch" that supposedly gives documentation that mentions how to do so. But the about command must be obsolete.
View 2 Replies
View Related
Apr 14, 2013
Target a folder with xxx .gif patterns (in the same size)- Setup actions to batch open each image from the folder, copy the pattern image individually over to a .PSD file that have a silhouette of the sleeve.- Apply the individual pattern to the clipping mask- Save it out as .png
Â
Issue:So far ive only had the automate > batch process to save out one .png with the pattern correctly applied to the silhouette.
Â
I close down everything and initiate automate > batch process then Photoshop will complain about not being able to locate the clipping mask.In my action setup I first open my .psd containing my sleeve shape, then open an actual pattern image and then all other steps ending up with saving the .psd with pattern clipping mask to .png. URL....
Â
In this one below, ive closed everything and run the automate > batch process, which gives me the error you can see here: URL....
View 11 Replies
View Related
Dec 9, 2003
Im trying to perform an action on a Batch. After i select the folder i want to use it on and hit save. The images start opening but when it opens the image layers are all locked and it wont perform the action....
View 1 Replies
View Related