I have made a PS action but now need to make it run on auto..any ideas ?
gus
Registered Users Posts: 16,209 Major grins
.
0
Comments
Hope this helped
Cheers,
If what your action is doing is resizing your photos and you have CS2, you can just go to bridge, select the photos you want to resize and then use the Image Processor script to do everything for you. Here are the steps:
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
For example, suppose you want to batch process some RAW files by applying a given USM setting to each. One would think you simpy record an action to do a USM. Then select all the RAW images in Bridge and batch. But this doesn't work. Your first step in the action must be a file-open command. This is what gets the RAW processor to open in the first place. Then, counter-intuitively, in the batch dialog you have to tell it to ignore the file-open command you just recorded.
How strange is that?
So now you also want to save your image that you just manipulated with your action? In the batch dialog is an option on what to do with the image when done. You can leave it open, you can save it back on itself, or you can save to a new directory with a new name. Lovely right? Except that to use that third and most useful option you have to record your action differently, again. The last step should be a Save-As (not a Save). Select the file format and options and you're done. Then, in the batch dialog you again have to tell it to ignore the save commands. Strange way to do things.
Batching in File Browser or Bridge is very nice but its also very clumsy and easy to get the small details wrong.
A former sports shooter
Follow me at: https://www.flickr.com/photos/bjurasz/
My Etsy store: https://www.etsy.com/shop/mercphoto?ref=hdr_shop_menu
Haven't we been through this before? Maybe not. You'll want to use The Image Processor, available through PS or Bridge.
Dgrin FAQ | Me | Workshops
A former sports shooter
Follow me at: https://www.flickr.com/photos/bjurasz/
My Etsy store: https://www.etsy.com/shop/mercphoto?ref=hdr_shop_menu
I'm no expert, and I rarely do that, but I *think* that's how it works. Test it, and let us know!
Dgrin FAQ | Me | Workshops
Unfortunately, the Image Processor script is not smart enough to do the smart thing with orientation. The simplest way to work-around this that I know of is to just do two runs of the Image Processor, one with the portrait orientation files selected and a separate one with the landscape orientation files selected.
To test this out, I just selected two images, one portrait and one landscape, set the Image processor size to 800w x 600h. The landscape image came out 800 wide and 532 high (as expected), the portrait image came out 600 high and 399 wide, not 800 high.
I can't find an easy way to sort pictures by orientation in Bridge. It seems like something it should be able to do, but I can't find it. You can sort by the width of an image in Windows Explorer which will get you a sort by orientation if you haven't done any major cropping. That would allow you to copy all the portraits into one directory and the landscapes into another directory, then allowing you to select them easily in Bridge prior to running the Image Processor.
It's probably only a couple lines of code to "fix" the Image Processor script to be smart about orientation and I thought about doing that at one time, but haven't had the time.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Or 600x600?
Or whatever?
Dgrin FAQ | Me | Workshops
He handles all my hard post processing work.
Bingo. Set the image processor to 800x800 and it works. You get both landscape and portrait pics with a max dimension of 800 pixels. Great suggestion.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question