Saving batch of images down to multiple resolutions?

Something I've been running into but have no idea how to actually have Photoshop do this. When I get high res images from a client, we save them down to medium res and low res. To do this currently, I have two actions, the medium saving the images down to 150 dpi and the low saving down to 72 dpi. Right now I've been running each separately through the image processor. This is all well and good, but ideally I would love to run one script that once I select the folder with the high res images, would run both actions, putting the downsized medium res images into a MEDRES folder and low res into a LOWRES. Seems silly, but it would save time and would be especially helpful for the other guys around who are not as photoshop savy.

Are you actually downsampling the image, or simply reassigning a resolution?  It sounds like the latter, in which case using PS sounds like overkill.  Resolution means nothing to a digital image, it's just a number assigned to an attribute (is it just in the metadata?) that can be read by a printer.  I would think there would be all kinds of programs that could simply change the number without having to actually edit the photo.

Similar Messages

  • Saving a tiff image N preserviing its resolution

    hi guys ,
    I am facing a problem saving an existing tiff file to a tiff format.
    My original image is of 600 dpi both horizontal and vertical resolution.
    When i save using my patch of code the resulting image is 96dpi in resolution.
    I need to make sure taht there is no loss when i am saving my image
    public void saveImage()
         File file3; // The file that the user wants to save.
    JFileChooser fd; // File dialog that lets the user specify the file.
    fd = new JFileChooser(".");
    fd.setDialogTitle("Save Image As TIFF...");
    int action = fd.showSaveDialog(this);
    if (action != JFileChooser.APPROVE_OPTION) {
    return;
    file3 = fd.getSelectedFile();
    if (file3.exists()) {
    // If file already exists, ask before replacing it.
    action = JOptionPane.showConfirmDialog(this,
    "Replace existing file?");
    if (action != JOptionPane.YES_OPTION)
    return;
    try {
    FileOutputStream os = new FileOutputStream(file3);
    TIFFEncodeParam param1 = new TIFFEncodeParam();// USE WHEN CONVERTING TO TIFF FILE
    if(factor.isBinary())
         //param1.setCompression(TIFFEncodeParam.COMPRESSION_GROUP4); //USE IF BINARY IMAGE
         param1.setCompression(TIFFEncodeParam.COMPRESSION_GROUP4);
         //param1.setCompression(TIFFEncodeParam.COMPRESSION_NONE);//USE IF BINARY IMAGE
         //param1.setCompression(TIFFEncodeParam.COMPRESSION_LZW); //USE IF BINARY IMAGE
    else
         param1.setCompression(TIFFEncodeParam.COMPRESSION_PACKBITS);
         //param1.setCompression(TIFFEncodeParam.COMPRESSION_NONE);
    ImageEncoder enc =ImageCodec.createImageEncoder("TIFF",os,param1);
    //enc.encode(source);
    enc.encode(backup);
    os.flush();
    os.close();
    catch (IOException e)
                   // Some error has occurred while trying to write.
                   //Show an error message.
                   JOptionPane.showMessageDialog(this,
                                  "Sorry, an error has occurred:\n" + e.getMessage());
    Any suggestions ?
    Aadil

    Hi,
    Could you find any method to change the tiff image compression or even resolution.
    When i try this,
    String filename="c:\\sample1.tif";      
              File file = new File(filename);
         SeekableStream s = new FileSeekableStream(file);
         ImageDecoder dec = ImageCodec.createImageDecoder("TIFF", s, null);
         //RenderedImage op = new NullOpImage(dec.decodeAsRenderedImage(), null,null, OpImage.OP_COMPUTE_BOUND);
         RenderedImage op = new NullOpImage(dec.decodeAsRenderedImage(0),null,null,OpImage.OP_IO_BOUND);
         ByteArrayOutputStream output = new ByteArrayOutputStream();
         TIFFEncodeParam tp=new TIFFEncodeParam();
         tp.setCompression(TIFFEncodeParam.COMPRESSION_GROUP4);
         //tp.setCompression(TIFFEncodeParam.COMPRESSION_GROUP3_2D);
         ImageEncoder encoder = ImageCodec.createImageEncoder("TIFF", output, tp);
         encoder.encode(op);
         encoder.setParam(tp);
         System.out.println(tp.getCompression());
         byte compressedData[] = output.toByteArray();
         FileOutputStream fouts=new FileOutputStream("c:\\sample2.tif");
         fouts.write(compressedData);
         output.close();
         fouts.close();
    It's giving errro saying that "End of data reached before next EOL encountered" when i call encoder.encode(op);
    method..
    any suggestions?????

  • How do I change the resolution of a batch of images?

    I have a folder of images that I want to print.
    Resolution is set at 70ppi and I want to change them all to 300ppi.

    PPI is pixels per inch of the image.  It is difficult to increase resolution as you are trying to add data that is not there.
    But for printing purposes what you want is dpi or dots per inch.
    The image processor either accessed from Bridge (tools/photoshp) or PS is a good way to change a batch of images.

  • Flash sizes all my images down.

    I finally downloaded the trial version of flash cs3. Whenever
    I open images it sizes them down. What is going on here, and how
    can I make it stop? I don't want my images to be sized down to 81%
    their original size and then crop the entire movie and then upsize
    it; I want to use the images the size they already are.

    Could it be that your images are saved at a size other than
    screen resolution (72dpi)?

  • In Bridge CS6, the "Tools" tab is missing the "Photoshop" option to batch process image

    Hello!
    Does anyone know why in Bridge cs6 under the "Tools" tab, my "Photoshop" option is missing?  That is how I have always batch processed images.  In Bridge, I choose the images to process, go to the "Tools" tab, down to the "Photoshop" option then to "Image Processor" and process.  Now when I go into my "Tools" tab it only has the options: Batch Rename, 4 kinds of Metadata related options and Cache.  Can someone tell me why this has happened and how to fix it?  Thank you!!!
    Eric

    Hello Omke,
    This problem lasted for two days.  I tried many suggestions but nothing worked immediately.  Suddenly I turned my computer on last night and it was fixed...inexplicably.  Not sure what worked but something did.  I appreciate you taking the time to offer advice. 
    Best,
    Eric

  • Problem Saving Gererating GIF Image

    Hello, we are having a problem in production environment when try to right mouse and select Print on an mii grid. Works just fine in all of our non-production environments. Checked the System Security pull downs and they all matched non-prod. Was not sure which one to compare, was not a ImageStorageServlet on pull down menu.
    After right mouse and select Print on grid, get:
    -Java Applet Window popup message - Problem Saving Gererating GIF Image
    -Then - blank browser page - .../XMII/ImageStorageServlet/View/null
    - Non-production servers works fine produces grid on browser page - XMII/ImageStorageServlet/View/2084280301
    NetWeaver Log:
    Location - com.sap.xmii.servlet.ImageStorageServlet
    Full Message Text
    ImageStorage - Error saving GIF file 
    Full Message Text
    ImageStorage - Error generating GIF output
    Any help would be appreciated.
    Thanks

    David,
    Have you put in a support ticket for this? I recommend doing so since its occurring in your production environment. You should also attach your log files as well.
    Regards,
    Kevin

  • Iphoto photo import - best image type for max resolution (jpg vs tiff)

    What is the recommended image type for maximum resolution of photos brought into iphoto albums, since I will be enlarging them? (ie assuming everything brought into iphoto is set/reduced to a standard resolution, then jpg might allow more digital data for later enlargement; on the other hand tiff is often recommended for best resolution though it requires more space). Thanks, - D

    Thanks, Terence - OK, lets assume I shoot a 5-meg photo of a painting and adjust the paralax etc in photoshop so it is perfectly set inside the rectangular format. Now I want to import it into iphoto, knowing that I will use the crop tool to make two blow-up enlargements to go along with the original full-size image... total 3 related images of the artwork. As you mentioned these will eventually go into iweb as part of a series inside an album, with a hyperlink connecting the two enlargements to the full-size image... so viewers can tap to see finer detail and then go back to the overall composition. My question is, for the original photo image of the painting should I drag a 10-meg tiff into iphoto or a 2-meg jpg? (I do not know what importing the image into iphoto does to the original in terms of final image resolution and data size... Will a 2-meg jpg provide sufficient data to work with and enlarge via the cropping, or would the 10-meg tiff be better as a starting point? Or, if everything gets translated into a certain pre-ordained size anyway, would the tiff get watered down to, say, a 2-meg-size image anyway?) Thanks, - D

  • Saving as Disc Image hangs/freezes and must force quit to exit

    Hi,
    I've always been able to Save as Disc Image in order to make multiple copies. Now, it runs fine all the way until it gets to "Burn - Current Operation: Writing" where it freezes indefinitely. The beachball turns so I eventually have to force-quit.
    I have tried going to the .plist file as suggested in this forum, restarting my computer, but it doesn't work. The film is 25 minutes long, so I've also tried both Best Quality and Best Performance, with encoding checked and without encoding checked.
    I have also completely re-created the project from scratch after removing the .plist file, but it still hangs each time after "Processing Movies" is finished and right when "Burn" begins.
    This does not happen when I burn the iDVD project directly to an inserted disc. Only when saving as disc image.
    This never happened before... any suggestions out there?
    Thank you,
    Lisette

    FYI, After you asked me how much free space my hard drive had, I freed up some space and had about 38 gb left and tried to burn disc as image again. This time it worked!
    So I think you were on to something there, and that must have been the problem - not enough space on my hard drive.
    Thank you!!
    -Lisette

  • Export multiple resolutions/formats/versions in single export preset

    I would like to be able export multiple resolutions of a project at the same time into separate folders. I can kind of do this now by having multiple export presets and running each of them right after the other and then letting them export simultaneously. Even though the export preset has a folder name specified, I have to manually type in the unique project name into each export preset. Unfortunately  this becomes a little bit cumbersome as I often use 3 or 4 export presets for each project, and I may be exporting multiple projects at the same time. Obviously it makes sense to just type the unique text once (or have it automatically read from metadata) to avoid typos and make it easier on me.
    I think there are two parts to make this work. The first is using metadata to name the folder name (to ensure unique foldernames), and the second is to allow "export preset groups" that export multiple presets together.
    Here is my scenario:
    I have three export presets:
    600px saves to subfolder "project 600px for web"
    2400px saves to subfolder "project 2400px for print"
    600px watermark saves to subfolder "project 600px watermark"
    So I have to type the real project name, replacing "project" three times for each project. This information could be easily entered automatically because lightroom already has that metadata in the folder name, or collection name.
    This could be entered for the folder name in the same way custom file naming is done with the Filename Template Editor.
    Another option would be use the Custom Text field in the Filename Template Editor to manually enter the project name if it's not already in some metadata field.
    All of this already works great with the file name options, it just needs to be applied to the folder name as well.
    Once the folder naming is taken care of, just group multiple presets into a preset group, or allow to select multiple presets at once, and exporting multiple resolutions/formats/versions of a group of images is made easy.

    Thanks Rob
    Your export plugin does allow running multiple export presets in a single group, however it still doesn't address the folder naming issue. Using your tool, I can easily initiate my multiple presets in a single export, however I am stuck using the generic foldername that I specified in my original export preset. This means that after the export completes, I still have to rename the folders to the particular project name. I would save the time of typing the project name into lightroom, but then just have to repeat that same task later outside of lightroom. It also prevents me from exporting two projects at the same time (or one after the other) because both projects would end up in the same generically named folders.
    That said it is a useful plugin that I will likely use under the specific scenarios where it does work.

  • How to increase the image size without losing resolution in iPhoto?

    Dear All
    I have pics i took with my phone which is not an iphone, just little sony ericsson phone.
    Is there a way to increase the image size without losing resolution in iPhoto please? Or cheap 3rd party software or shareware perhaps?
    thank you very much.
    veedeekay

    iPhoto has no way to do that. You'll need an external editor for the job. Not all have the capability. I know Photoshop has.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • Bridge - How to view image in full screen resolution

    In Bridge - How to view an image in full screen resolution and not as a Preview (Space bar), like in Lightroom (F), Photoshop or ViewNX 2 ?

    The size of the Bridge Preview window will always be the absolute limit of the image display in Bridge.  Maybe I am not following you.  Sorry

  • How can you find out an individual image size from multiple images on a canvas

    This is probably a really really simple question but I can't for the life of me find how I can find out an individual image size from multiple images on a canvas. eg I have 3 photos i want to arrange 1 large and the other two next to it half the size. How can I edit individual image size on the canvas as when I select the image on a sperate layer I want to resize it just resizes the entire canvas and not the individual image
    Thanks

    I want to know they exact dimensions though. You can get them by dragging to the 0,0 corner and then reading off of the ruler scale on the sides but its fiddily as you have to zoom right in and work it out. I know in photoshop there is a ruler but is there any other way in Elements?

  • How can I remove a misspelled username or e-mail addy that is saved in the drop down menu without removing all of them?

    When e-mail addresses or usernames are saved in the drop down menu for easy access, is there a way to remove only the misspelled ones without removing all the correct spelled ones?

    When you see one of those mis-spelt items, highlight it and then hit the Delete key (or hit {Ctrl + Delete} on some platforms).
    http://support.mozilla.com/en-US/kb/Form+autocomplete#Deleting_individual_form_entries

  • Bridge CS6: How do you write a script to assign a shortcut to "Batch" and "Image Processor"?

    Many times a day I need to access "Batch" and "Image Processor" in Bridge.
    There is no shortcut, so I have to go the Tools-Photoshop-Batch and Tools-Photoshop-Image Processor menu - the items I need are locked into a second level menu.
    Which is impractical.
    I remember, when I started out with Photoshop many years ago, I downloaded "Deke Keyes" from Deke McClelland, which included keystrokes for "Batch" and "Image Processor".
    From the Bridge forum I learned that you cannot assign shortcuts in Bridge CS6.
    So the general opinon was that a script was used to assign the shortcuts.
    Could you please tell me how to do that?
    Thanks!
    PS: I tried to assign shortcuts via the Mac OS X Mountain Lion keyboard preferences (applications), but it did not work.

    Hi,
    in the exit:Event of the 1st date field add this FormCalc script:
    DateField2 = Num2Date(Date2Num($.formattedValue, "DD.MM.YYYY") + 21, "DD.MM.YYYY")
    You may have to change th date pattern  "DD.MM.YYYY" in the way you need it.

  • Shortcuts for Batch and Image Processor in Bridge CS6

    I use Batch and Image Processor all the time, and I'd like to use a shortcut.
    Can you tell me if there is a shortcut or how I can program one?
    I set up shortcuts for those two commands in Photoshop, but they don't work in Bridge.
    I remember from the time I started with Photoshop and had Deke McClelland's book with his set of shortcuts. There was a shortcut that worked with image processor, but it was just a set you did install and no explanation. When I moved to a different computer and a newer version of Photoshop, these keys got lost.
    Is there any way to automate Batch and Image Processor?

    There is no way to economically batch process in Bridge without having to go thorough sub-menus.
    I'm sorry you can't get it to work, but on my system it works flawless.
    Testing a bit more it seems you don't need to use a unique shortcut at all. I also tried to use the shortcut for Batch I created in PS itself to get the Batch window to front for running actions on open files. For me that is [control + Cmd + B] but feel free to find an other one.
    When I discovered you don't need the unique shortcut at all I used the same shortcut for Bridge CC. . Also created [Control + Cmd + i] for the Image processor.
    Both started without problems.
    To extend I also created both same shortcuts for Bridge CS6. This also was working correctly, off course, having only PS CC open using the shortcut in Bridge CS6 it auto started PS CS6.
    So can you specify a bit more about what OS you are using on what computer (I have OSX 10.8.4 on a MacPro 2012)
    Some screenshots to show the shortcuts in System prefs and how the show in the Bridge Submenus:

Maybe you are looking for

  • Problem with return value of stored function

    Hi, I've made a stored function that insert a new row in a table and return the primary key (see at the end of the message the function script). In VS 2005 with Visual basic, using the designer, I've created a dataset containing a tableAdapter to be

  • Netscape using plugin doesn't display Japanese characters in a tree node

    Hi, I have a problem displaying a swing tree node name in Japanese. The problem only occurs on Netscape browsers. When I run the same applet with Internet Explorer, all the Japanese displays correctly. Now, with Netscape, the node name is displayed i

  • LV 2009 SP1 Build Error NI

    While trying to make a build on LV 2009 SP1, I get this error: The build was unsuccessful. An error occured while saving the following file: Sample.VI Details: Visit the Request Support page at ni.com/ask to learn more about resolving this problem. U

  • Pdf's: Blurry when compressed

    When I make a pdf (usually using Preview), it makes a large file size. (For example, if it's 5 document pages, it might be 3MB; if it's 5 photos, it might be 20MB.) When I use the Quartz Filter to compress the pdf, the result is too blurry to read th

  • Lot number generation when ever GR is done

    Dear All, As there is a requirement like Lot number generation when ever GR is done. For each material Lot Number is defined by the client. And there is partial receipt of Goods. Whenever you do GR system automatically generates Lot number. So we nee