Saving multiple images at one time to a different folder

Is there a script available that can save multiple pictures upon completion of editing to a different output folder of my choice other than the source folder all at the same time? Example I open 11 different photos from source folder x, I edit said 11 pictures and now want to save all 11 pictures to output folder xy all at the same time.  What I want to prevent is having to click save as select new folder for each and every picture I have open.

Does this help?
/* save open documents to location */
/* 2013, use it at your own risk */
if (app.documents.length > 0) {
          var myDocument = app.activeDocument;
/* create dialog */
          var dlg = new Window('dialog', "select files", [500,300,830,565]);
/*create list of open files, thanks to paul r */
dlg.fileList = dlg.add('listbox', [15,15,315,220], 'field', {multiselect: true});
/* populate the list with the open files’ names */
for (var o = 0; o < app.documents.length; o++) {
          dlg.fileList.add ("item", app.documents[o].name);
          dlg.fileList.items[o].selected = true
/* buttons for ok, and cancel */
          dlg.buildBtn = dlg.add('button', [13,230,160,255], 'OK', {name:'ok'});
          dlg.cancelBtn = dlg.add('button', [170,230,317,255], 'Cancel', {name:'cancel'});
          dlg.center();
/* show the window */
          var myReturn = dlg.show ();
          if (myReturn == true) {
/* get the selcted ones */
          var theSelected = new Array;
          for (var p = 0; p < dlg.fileList.items.length; p++) {
                    if (dlg.fileList.items[p].selected == true) {
                              theSelected = theSelected.concat(app.documents[p])
/* folder selection */
          var theFolder = Folder.selectDialog("select a folder");
          if (theFolder) {
                    var thePath = theFolder.fullName;
                    psdOpts = new PhotoshopSaveOptions();
                    psdOpts.embedColorProfile = true;
                    psdOpts.alphaChannels = true;
                    psdOpts.layers = true;
                    psdOpts.spotColors = true;
/* save the psds */
                    for (var m = 0; m < theSelected.length; m++) {
                              app.activeDocument = theSelected[m];
                              var theDoc = app.activeDocument;
                              try {var basename = theDoc.name.match(/(.*)\.[^\.]+$/)[1]}
                              catch (e) {var basename = theDoc.name};
                              if (File(thePath+'/'+basename+".psd").exists == false) {
                                        theDoc.saveAs((new File(thePath+'/'+basename+".psd")),psdOpts,false);
  theDoc.close()
                              else {alert ("a file named "+basename+".psd"+" already exists in that folder")}

Similar Messages

  • Insert multiple images in one slide and setting dsiplay time for each

    Hi,
    I am using Adobe Captivate4.
    I could not able to insert multiple images in one slide and set display time for each image.
    Need help in this regard.

    This is not about background image.
    I have 3 images and want to insert in one slide only. I could able to insert image1 for first time, but could not able to insert image2 and image3.
    I have followed the same steps: Insert Menu>Image.

  • How do I add multiple images into one file?

    I'm sure this is something that's been covered in another post (or even in the help portal) but I think my wording in my search terms are not correct or... I don't know, because I just can't find what I'm looking for.
    I want to know how to add multiple images into one file/one image, both horizontally and/or vertically. To give you an idea of what I mean, check out :
    http://www.best10apps.com/apps/comic-story,531596060.html
    If you scroll down, you'll see a heading entitled : Screenshots of Comic Story. Notice how there's 3 pictures (divided by borders). 2 of those pictures are side by side, and 1 of them is below the first 2 pictures.
    I want to know how to add different pictures/images and put them into one picture.

    One way is to create template PSD files and populate them with your images using Photoshops scripts.
    Photo Collage Toolkit UPDATED June 12, added Picture Package Support via PasteImageRoll and BatchPicturePackage scripts.
    The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
    There are eleven scripts in this package they provide the following functions:
    TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
    CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
    LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
    InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
    ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
    ChangeTextSize.jsx - This script can be used to change Image stamps text size when the size used by the populating did not work well.
    PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
    BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
    BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
    BatchPicturePackage.jsx - Used to Automatically Batch Populate Any Photo Collage template with an image in a source image folder
    PasteImageRoll.jsx - Paste Images into a document to be print on roll paper.
    Documentation and Examples

  • Multiple images in one UIImageView

    Hi, Can I add multiple images to one UIImageView? Those images will be one on top of each other.
    Thanks,
    Ge

    Hello
    I am stuck in crashes. I m doing following thing in a function
    NSMutableArray *myMutableArray=[[NSMutableArray alloc] initWithCapacity:0]];
    for (int i=0;i<10;i++)
    [myMutableArray addObject:[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:[NSString stringWithFormat:@"img000%d.png",(starti1)] ofType:nil]]];
    self.myImageView.animationImages=myMutableArray;
    [myMutableArray removeAllObjects];
    //[myMutableArray release];
    I have around 50 images and I load only 10 at a time for a purpose, I am controlling this my "start" variable which contains the initial point. And I want to free previous loaded images while loading new ones.
    But when I uncomment the release method My program crashes..
    And if I do not release My memory is not being freed, as I checked in Instruments, although there is not leak in Leaks but still object allocation goes on and on with overall system memory of 100 MB. And because of this I get Low Memory Warning in program when I test in the device. I don't know what is the problem here. Please let me know if anyone has resolution.
    Thanks in advance.
    Regards,
    Sanniv.

  • Saving multiple images while in bridge after editing in CR

    I have a question involving saving multiple images while in Bridge after they were edited in camera raw PS CS4.  I usually view my images in Bridge and select the ones I want to edit in camera raw.  I then open the images in camera raw and make the edits which I want to the first image of the group.  I then click on the select all button on the top left corner.  I then click on the sychronize button and choose the edits from CR which I want to carry through the whole group of images.  I then click on the save images button on the bottom left of the CR page.  This now brings me back to bridge where I'm looking at the images in their edited version.
    This is where the question begins.  At this point, I thought the edited made in CR were saved to the images folder located on my computer.  But up to this point when Ive gone back to the image folder and looked at the images they were still in their original unedited state although the edited versions showed up in Bridge.
    At the point, where I am looking at the edited photos in bridge, do I have to go through another step to save the edited images in Bridge so they will transfer over to the image folder where the images are stored in my computer?

    I was looking for the metdata in another window.  Ok . I found it and HQ thumbs was checked already.  I can see the edits from CR in the Bridge window. 
    After I check save image in CR, does the edited info get saved only to Bridge or should that be saved all the way to my image folder?
    The problem is that when I exist Bridge and look in the image folder the changes I made in CR are not there.  How do I get those changes from CR saved to my computer (my pictures)?

  • I've noticed that in the new version of Firefox that you cannot save multiple tabs at one time like the previous Firefox 3.6.or so and I wanted to know if I can find that feature again?

    I've noticed that in the new version of Firefox that you cannot save multiple tabs at one time like the previous Firefox 3.6.or so and I wanted to know if I can find that feature again?
    In the previous versions of Firefox when you went to you Bookmarks menu it gave you the options to either Bookmark This Page 'command' + 'D', Subscribe to this Page, Bookmark All Tabs 'up-arrow-key' + 'command' + 'D', and Organize Bookmarks 'up-arrow-key' + 'command' + 'B' however in the newest version of Firefox there is no Bookmark All Tabs so you can bookmark all the tabs that you have up in one window at a time. So I need to know if it is possible that the feature is now in a different place, is gone altogether, or if you can get that feature another way?
    For me personally and my work I go through hundreds of web pages a day and save around half of those so it is imperative that I be able to bookmark more then one tab at a time because I can't be bothered to bookmark every single page separately and then go through hundreds of tabs in my Unsorted bookmarks in order to sort those bookmarks. It is simple inconvenient to sort every bookmark individually that is why the previous version of Firefox with the Bookmark All Tabs button was superior in its convenience.

    Right click any tab and choose "Bookmark All Tabs".

  • How can I convert multiple files at one time and not one at a time

    How can I convert multiple files at one time and not one at a time

    Hi Plissey1950,
    Sorry for the lengthy delay to a response.  Are you trying to convert multiple files to individual PDF files at the same time? (not combine them).  If so, you'll need to use Adobe Acrobat for this function. The CreatePDF service does not have the ability to convert multiple files to multiple individual PDF files.
    Thanks,
    David

  • How can I activate multiple tags at one time?

    How can I activate multiple tags at one time?

    I'm pretty sure you can run this on a sub tree of /etc/tags
    http://dev.day.com/docs/en/cq/current/wcm/page_publish/tree_activate.html

  • How do I select Multiple Pdfs at one time when I am combining files?

    How do I select Multiple Pdfs at one time when I am combining files?
    I can only select one pdf at a time.

    Hi,
    Please use either Firefox or Chrome to selelct multiple files.
    Thank you.
    Hisami

  • How do i delete  multiple emails at one time from iphone Mail account with iphone 4s?

    how do i delete  multiple emails at one time from iphone Mail account with iphone 4s?

    Better than that!
    http://www.youtube.com/watch?v=fKa-KFjUIGE
    Select a message, hold the move button, deselect the message while still holding the move button.
    A new window appears allowing you to move all messages to the trash.
    Bingo!

  • How do I view multiple images in one window?

    How do I view multiple images in one window?  I want to compare images side by side, not in tabs.

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

  • ID CS4: Is there a way to resize multiple objects at one time?

    InDesign CS4: I have a group of object frames that I need to resize (I don't care about resizing the content, I know how to do that) and I'm wondering if there's a way to resize them all at once to a specific size. If I group them and resize them it only gives me the group height and width, I want them each to be a specific measurement.
    Any suggestions or know plug-ins to help?

    If you don't want to use data merge or xml, you can also place multiple images in one action.

  • Deletion of multiple songs at one time on iPod Touch

    Does anyone know a way to delete multiple song at one time on iPod Touch? For some reason, there is anywhere from 3-5 of each song in my library and I REALLY don't want to have to delete 2000 songs one by one! Please help!!!

    if you click 'file' in itunes, there is an option to 'show duplicates' this will bring up any songs which have duplicates in your library and make it easier for you to delete. unfortunately you will have to do it manually, but if you highlight several at once you wont have to hit delete too many times.

  • Command to add multiple datafiles in multiple tablespace in one time.

    Send me command to
    command to add multiple datafiles in multiple tablespace in one time.

    Just list the files separated by a comma.
    SQL> alter tablespace example
    2 add datafile 'e:\oradata\scratch\example02.dbf' size 100m,
    3 'e:\oradata\scratch\example02.dbf' size 100m;
    Tablespace altered.
    SQL>
    You will have to use more then one command to add datafiles to multiple tablespaces.

  • Is there an all in one printer that allows me to scan multiple pictures at one time and put them directly into iPhoto?

    I am looking to replace an old HP psc 2210 all in one printer  with a new all in one that will let me scan multiple photos at one time and put them directly into iPhoto.  Dos anyone have suggestions for a printer that will do this?

    I use an HP Photosmart, but most scanners will scan multiple photo's. I just make sure in the scan preferences, I tick the box to "Detect Seperate Items". I normaly scan 6 to 8 photo's at a time, size depending on how many I can fit on the scanner bed. I set the preferences to scan directly to iPhoto.
    Hope this helps.

Maybe you are looking for