activegnome Posted January 7, 2008 Report Share Posted January 7, 2008 I do a lot of work in Photoshop 7 where I open a big batch of images and go through them one at a time. For example, here's what my work flow looks like: Load 100 photos in to Photoshop Look at a photo and make a quick decision to keep or discard based on composition, image quality, etc. Close it if I don't wish to keep it, otherwise minimize the window. Repeat until the first pass is done. Restore every image window that remains. * Using Photoshop's Automation -> Batch menu, I apply my "Standard Modifications" action to every open file. Look at a photo, make any necessary adjustments or discard based on a number of subjective factors. Close if I don't wish to keep it, otherwise minize the window. Repeat until the second pass is done Using Photoshop's Automation -> Batch menu, I apply my "Save as PSD" action to every open file. Open those saved PSD files. Using Photoshop's Automation -> Batch menu, I apply my "Save as JPG" action to every open file. Delete the lower quality working copies and move the finished PSD's and JPG's into the project's Finished folder. Repeat this process until I have worked through all of my working copies. The pain point is "Restore every image window that remains" because I have not figured out a way to get a list of all of the document windows. I can, get an individual window by name, give it focus, and then manipulate that window. See the direct script code below: <GETCONTROL:01:PHOTOSHOP.EXE:003:PhotoshopAdobe PhotoshopMDIClientPSDocCSeussical_20080103200942.JPG @ 33.3% (RGB)><SETFOCUS:01> But the elusive give me all of the windows of a specific class and then iterate through them...I'm at a loss for. Any help that can be given would be greatly appreciated. Thanks! Quote Link to comment Share on other sites More sharing options...
joe Posted January 7, 2008 Report Share Posted January 7, 2008 We do not use Photoshop here, but have you tried using the Repeat with Windows / Repeat End construct to get a list of windows? Not sure if it can grab Photoshop sub-windows. Quote Link to comment Share on other sites More sharing options...
activegnome Posted April 14, 2008 Author Report Share Posted April 14, 2008 We do not use Photoshop here, but have you tried using the Repeat with Windows / Repeat End construct to get a list of windows? Not sure if it can grab Photoshop sub-windows. It works in so much that every window is hit, but it fails in that it doesn't know when to stop. It's sad that it took me almost a year to come back to this. Thanks! Rory Quote Link to comment Share on other sites More sharing options...
Cory Posted April 14, 2008 Report Share Posted April 14, 2008 I use a free photo app called IrfanView and do this sort of thing often. It has batch capability as well but most things can be done from the command line. This works really well with ME and the Repeat with Folder. Also IrfanView has most all of it's commands available from simple keystroke combinations. It can't stick your ex-GF's head on a dog but it can do most common ops one would do in a batch. I could use Photo Shop as well but this program is very thin and quick and lends itself much better to automation. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.