Skip to main content
Participating Frequently
April 24, 2008
Question

Importing files from Bridge into a stack in Photoshop

  • April 24, 2008
  • 12 replies
  • 2904 views
Hi guys,

Photoshop has a great function of loading files into a single stack, so as not to have many 10's of files to open. Bridge on the other hand allows for better viewing and navigation through folders etc. Just wondering if it was possible to select all the files you wanted open to a stack from bridge but these then to open in photoshop in a single psd file. It is possible to open all the files from Bridge then run the load in stack from the open files but then you have to close each file manually.

Not sure if a photoshop script can be drag 'n' dropped into Bridge and load from there once the files have been highlighted. If so which folder as there are already Photoshop scripts avaliable in Bridge but cant seem to find how or where they are stored.

Any help would be much appreciated. Many thanks in advance.
This topic has been closed for replies.

12 replies

Participant
February 22, 2009
Hello,
I would like to import multiple images to an existing PS file (to create collage using a template)- can this script help? So far I can only get Bridge to load multiple to a new doc not existing.
Thanks
O
Paul Riggott
Inspiring
May 2, 2008
Hi Jaimie, I only have a pc, the problem is where the file is located on a mac.

This is the error line:
$.evalFile(Folder.appPackage+"/Presets/Scripts/Load Files into Stack.jsx");

Maybe "Load Files into Stack.jsx" is kept in a different folder?

Paul.
Participating Frequently
May 2, 2008
Hi Paul, Works fine on a PC. Just tried it on a Mac but getting errors. File or folder doesn't exist line 61.

Just wondering if this was only supposed to work on a PC platform.

Cheers,
Jaimie
Participating Frequently
May 1, 2008
Ah, no probs. Thought it was very unlikely.

Many thanks again.
Jaimie
Paul Riggott
Inspiring
May 1, 2008
Sorry Jaimie, it would require modifing the "Load Files into Stack.jsx"

Paul.
Participating Frequently
May 1, 2008
Hi Paul,

Worked it out in the end, did what you said. Works very well, hats off to you! One thing would be extremely good to add to it though, but probably impossible. When you run the script for the load files to stack it would only recognize the selected files from Bridge and bypass the "Load layers/Add Open files". Not a major problem, it would just be a bit more streamlined and few less mouse clicks of the mouse but thats just being extremely picky.

If not possible then thanks for all your help,
very more appreciated.

Jaimie
Paul Riggott
Inspiring
April 30, 2008
I wonder what program you have used to save the script?
It must text. Using word and some other text editors can add characters to the script and cause problems. The best thing to do is start ExtendScript Toolkit and copy and paste in. Pressing F7 will then do a syntax check. From there you can save the script.

Paul.
Participating Frequently
April 30, 2008
Thanks for your quick response again. Just got home and tried it. Keep getting "Error 18: Variable or value expected" come up. I am selecting my files in bridge, then opening up Photoshop and running the script. Is this the correct way to use it? I have also seen another online script called Dr.Browns which seems to do a very similar function. Are you aware of this script? Tried to install this to test it but again keep getting errors!!

Cheers

Jaimie
Paul Riggott
Inspiring
April 29, 2008
No problem, save the code as FileName.jsx this can be saved anywhere you like, but if you are going to use it frequently save it in :
C:\Program Files\Adobe\Adobe Photoshop CS3\Presets\Scripts folder
To run the script File - Scripts and select the script if in the above Folder. If not File - Scripts - Browse (to where you save it)

You can also create an action to call the script or Create a Keyboard Shortcut.
Edit - Keyboard Shortcuts - File go down to the script and assign your key prefference.

Paul.
Participating Frequently
April 29, 2008
Hi Paul,

Thanks for your help in finding a possible solution. I am not very keyed up on scripting or coding. Not sure what or where I am supposed to put the above code and how to run it once I have selected my files in Bridge. Any chance of an idiots step-by-step? :)

Sorry to be a pain but hopefully if it all works should save me a bit of time, so thanks for that.