kenwood
12-01-2007, 04:53 PM
I am trying to batch process a set of jpeg files using photoshop action (cs2). The part of my action is close and save the image. However when I run the action, the save to jpeg dialog box pops up, and I had to manually click on save for the action to continue. Is there any way to prevent the box from coming up?
mistermonday
12-01-2007, 05:18 PM
es, in setting up the batch automation be sure to check the box called " Overide Action "Save As" commands.
Regards, Murray
kenwood
12-01-2007, 05:43 PM
I have already checked the override action save as box, but it is not helping. Any other ideas? Maybe there is a global setting in Photoshop that disables the popup?
mistermonday
12-01-2007, 08:59 PM
If you respond to the dialog box, does the action continue and produce the correct result or does it quit or give you an error message. It sounds like there may be some rule voilation in your Action. For example trying to save a file as a jpg when the image is in 16 bit mode or Lab color etc. Or you have set up the action such that it must have some information that you are failing to provide and therefore presents you with a dialog box.
You should try putting the action in Single Step Mode and trace through it to see what is happening.
Regards, Murray
DannyRaphael
12-01-2007, 09:23 PM
Maybe there is a global setting in Photoshop that disables the popup?Unfortunately not.
Since PS5 the workaround for this annoyance has been this combination:
* Action must include a File > Save as... (.jpg) command
(don't change file name... specify any folder at record time; choose compression value)
* Batch dialog:
Destination: Folder Choose (browse to desired folder, even if same one specified in the recorded step)
(x) Override Action "Save As" commands
...as Murray noted.
---------------
Does your action include the File > Save as... step?
kenwood
12-01-2007, 09:31 PM
Adding a 'save as...' step in my action solves the problem. The jpeg dialog box no longer pops up during batch processing. Thank you to you both for help.
DannyRaphael
12-02-2007, 11:26 AM
Adding a 'save as...' step in my action solves the problem. The jpeg dialog box no longer pops up during batch processing. Thank you to you both for help.Glad we were able to get you over the hump. It really shouldn't be this obscure/difficult, but what can I say. :)
If you've not checked out File > Scripts > Image Processor, you might want to give that a look. Works kind of like Batch (pick input/output folders and action to play) w/o the goofy setting acrobatics.
A handbook what U need, a handbook is any good weighted book what I usually use to placed on the enter of the numeric table :)
rmx101
02-07-2008, 12:31 PM
Hello all,
Wonder if this works.. an alternate idea to batch process / create JPEG files without any need for CS2 or CS3. Try uploading your entire collection of image files ( any size ) at www.Pixelide.com
The online workspace auto-converts image files to JPG comps and offers custom resizing and downloads. This makes it a very easy to auto-convert PSD or TIFF files into JPG versions. Then bulk download everything or share them as needed. Good luck!
DannyRaphael
02-07-2008, 07:18 PM
Hello all,
Wonder if this works.. an alternate idea to batch process / create JPEG files without any need for CS2 or CS3. Try uploading your entire collection of image files ( any size ) at www.Pixelide.com (http://www.Pixelide.com)
The online workspace auto-converts image files to JPG comps and offers custom resizing and downloads. This makes it a very easy to auto-convert PSD or TIFF files into JPG versions. Then bulk download everything or share them as needed. Good luck!Looks like a handy bunch of tools/functions for not only file conversion, but other image management needs as well. It does not, however, appear to address the needs of those who want to apply the steps in an action to a folder of files.
Anymore CS2's and CS3's Scripts > Image Processor facility meet most file conversion and/or batch processing needs.