Bridge CS4 - Image processing into subfolders

Design Premium CS4
Bridge 3.0.0.464
XP Pro SP3
Problem: Image processing into subfolders
I have a folder with several subfolders containing JPG files.
I want to reduce the file size by reducing the quality.
I use the following to do this:
Tools | Photoshop | Image Processor
Bridge doesn't appear to have the smarts to traverse down into the subfolders i.e. one has to do each folder individually.
Is there a way to have Bridge image process down into the subfolders? Thanks in advance.

This is a job for Photoshop not Bridge, Bridge can not alter the JPEG settings.
This Photoshop script should do what you want if you are talking about normal JPEGS and not Save for Web.
#target photoshop
var imageFolder = Folder.selectDialog("Select the folder with JPGs to process " + $.getenv("username"));
var quality = prompt("PLease enter quality required 1-12 ",5);
if (imageFolder != null)  processFolder(imageFolder);
function processFolder(folder) {
    var fileList = folder.getFiles()
     for (var i = 0; i < fileList.length; i++) {
        var file = fileList[i];
  if (file instanceof File && file.name.match(/\.jpg$/i)) {
   open(file);
saveFile(quality);
app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);  
  } else
if (file instanceof Folder) {
       processFolder(file);
function saveFile(quality){
saveOptions = new JPEGSaveOptions();
saveOptions.embedColorProfile = true;
saveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
saveOptions.matte = MatteType.NONE;
saveOptions.quality = quality;  
var fileRef = new File(decodeURI(activeDocument.fullName.fsName));
activeDocument.saveAs(fileRef,saveOptions);

Similar Messages

  • How to import Bridge CS4 photo gallery into Dreamweaver CS4?

    I'm a novice when it comes to web design, but am starting to master DW CS4. While searching for a way to create good looking photo galleries I found an online video explaining how to do it using Bridge. The process in Bridge was strainght forward and simple. However, I have not found how I can bring the photo gallery I created in Bridge into a page based on a template in Dreamweaver. Can it be done? How?
    I designed a template for our website which I would like to use for any photo galleries in order to maintain the same "look and feel" and ease of navigating within our website (www.aquacomgroup.com).
    Please help!

    I'm having the same problem & desperate to find out how to do this!! Help!!

  • Bridge CS4 image Previews are too small

    In Bridge CS4 I cannot get the preview images to display anything larger than a large thumbnail view, see image below.  I have tried all of the Preferences in Edit menu (e.g. Thumbnail: do not process files larger than set to 10,000 MB, cache options are keep 100% previews in cache checked/automatically export cache to folders when possible checked/cache size slider is set to 50%, software render has been checked/unchecked/generate monitor size previews checked).  None of these options change anything for the size of the image preview.  I have a DX10.1 ATI Radeon HD4890 XOC 1GB, so my video card is not the issue.  I am running Windows 7 Ult x64 on ASUS P8P67 Deluxe with 16GB RAM and over 2 TB of HDD space. So my system should not be an issue either.  These are Sample artwork images that were installed with Illustrator cs4.  How do i increase the size of these images?
    Also, these images are showing everything in the ai image, not the individual images in each ai file.  How do i get it to show the individual images in each AI file like they were separate images, like Illustrator?

    Actually, you just solved both of my problems with your question.  I never thought about how the images were created/saved.
    It turns out that for some reason when i re-save the images as version CS4 of course and all options selected in dialog box now the images act correctly and resize accordingly when the separator is moved and will get quite large as they should.
    I also had to use my mouse and select each artboard/image inside the file then re-saved with same settings as above to get multiple images to show up with the buttons at bottom of image in preview mode.  Now all is good.
    These are the default installed sample artwork images.  Not sure why they were like this, may have been some kind of format/process error. Thanks a lot Curt Y.
    Message was edited by: jst1969

  • Bridge tools image processing

    In the latest Bridge CC version I miss under  Tools the option Photoshop->Image Processor where I can batch re-size images. The Process collections in Photoshop option only works with HDR or Panorama stacks. Am I missing something or has this been taken out, made optional and if the latter where can I opt in (like with the workspace for "Output" that disappeared and is back now....

    I am suffering the same problem too. Have been on hold waiting for someone to answer at Adobe for just under 3 hours.  I will post if I get an answer.  Good luck!

  • Bridge CS4 - Batch processing

    Would like to batch process a file of JPEG Photo's to TIFF format can this be done in Bridge.
    Regards Brian

    Would like to batch process a file of JPEG Photo's to TIFF format can this be
    done in Bridge.
    As Curt already provided, the image processor can do so, although I don't
    have to go to Output for that, might be Windows related... ?
    Besides that you have the option to open the selected jpeg files with right
    mouse click in ACR and after selecting them all again in ACR filmstrip mode
    (cmd+A) click on the 'Save Image' button bottom left in ACR window and
    choose tiff and a destination folder.
    And an other option would be to create an action in PS for this and in
    Bridge select al the jpeg files together and choose from the menu
    Tools/Photoshop/Batch and inhere select the action you have created

  • Bridge CS4 not using newly installed Enhanced Image Processing Photoshop script

    Hi all,
    Hope someone can help here.  We just added this Photoshop extention:  Enhanced Image Processor by Manovi to our Photoshop CS4's Presets/Scripts folder.  Here's my problem.  The new image processor opens and runs great - in Photoshop.  But when I'm in Bridge CS4 and choose Tools>Photoshop>Image Processor it opens/uses the old script.  Does Bridge cache this kind of thing or what's going on.
    How can I get Bridge to use the new image processor?  (note:  Old script was replaced by new one in Photoshop's preset/scripts folder - the old one is no longer there - although we did save a copy of it elsewhere)
    Thanks

    I don't have CS4… but in CS5 the paths to the files in Photoshop's scripts folder are coded into the functions that call them… Bridge reads these files on request evaluates them then runs… I would suspect the file name may differ from what it's looking for… Have you tried calling it the same and placing it in the same location? If this fails you may need someone to edit the Bridge startup script (not a job for the faint hearted)… Sorry but that ain't going to be me it uses localized strings don't understand them yet… Paul R may well say he can do it I don't know… So NOT cached… but possibly NOT read either in you case…

  • Bridge CS4 with very large image archves

    I have just catalogued 420,000 images from 3TB of my photographic collection. For those interested, the master cache files became quite large and took about 9 days of continuous processing:
    cache size: 140 gb
    file count: 991,000
    folder count: 3000
    All cache files were also exported to the disk directories.
    My primary intent was to use the exported cache files as a "quick" browsing mechanism with bridge. Of course, "quick" is a rather optimistic word, however is is very significantly faster than having bridge rebuild caches as needed.
    I am now trying to decide if it is worth keeping the master bridge cache because of the limitations of the bridge implementation which is not very flexible as to where and when the master cache adds new temporary cache entries.
    Any suggestions as to the value of keeping the master cache would be appreciated. I don't really need key word or other rating systems since I presently use a simple external data base for this type for image location.
    I am also interested in knowing if the "500,000" entry cache limitation is real - or if more than 500,000 images can be stored in the master cache since I will be exceeding this image count next year.

    I have a bridge 5 cache system with 600,000 images over 8 TB of networded disk.  I too use this to "speed up" the browsing process and rely primarily on key word processing to group images.  The metadata indexing is, for practical purposes, totally useless (it never ceases to amaze me about why Adobe things it useful for me to know how many images were taken with a lens focal length of 73mm - or some other equally useless statistic).  The only thing I can think of that is are serious missing keyword indexing feature is the ability to have a key word associated with a directory.  For example, I have shot many dozens of dance, theatre, music and sports productions - it would be much more useful to cataloge a directory that has the key words "Theatre" and "Romeo and Juliette" than attempt to key-word each individual image.   It is, of course, possible to work around the restrictions but that is very unclean and certainly less than desireable.   Key-wording a project (i.e. a directory) is a totally different kettle of fish than key-wording an image.  I also find the concept of the "collection" is very useful and well implemented.
    I do maintain a complete cache build of my system.  It is spread over two master caches, one for the first 400,000 images and a second for the next 400,000 (I want to stay within the 500,000 cache size limit - it is probabley associated with the MYSQL component of Bridge and I think may have problems if you exceed the limit by a substantial amount.  With Bridge on CS3, when the limit was exceeded , the cache system self-distructed and I had to rebuild).
    The only thing I can think of (and that seems to be part of Adobe's design) is that Bridge will rebuild the master cache for a working directory "for no apparent reason" such as when certain (unknown) changes are made to ACR,   Other automatic rebuilds have been reported by others however Adobe does not comment upon when or what casuses a rebuild.  Of course, this has serious impact upon getting work done - it is a bloody pain to have bridge suddenly process 1500 thumbs and preview extracts simply to keep the master cache completely and perfectly synchronized (in terms of image quality) with what might be displayed if you happen if you want to load a raw image into photoshop.  This strategy is IMHO completely out of step with how (at least I) use the browsing features of bridge.
    It may be of concern that Adobe may, for design reasons, change the format of the directory cache files and you will have to completely rebuild all master and directory caches yet again - which is a real problem if you have many hundreds of thousands of images.  This happened when the cache system changed from CS3 to CS4 - and Adobe did not provide conversion programme to migrate the old to new format.  This significantly adds to the rebuild time since each raw image must be completely reprocessed.  My current rebuild of the master cache has taken over two elapsed weeks of contunuous running.
    It would be nice if Adobe would allow some control over what is recorded in the master cache - for example, "do you wish meta data to be indexed".
    (( as an aside, adobe does not comment upon why, when using Bridge to import images from a CF card, results in the building a .xmp file with nothing but meta data for each raw file.  I am at a loss to speculate what really useful thing results other than maybe speeding up the processing of the (IMHO useless) aspects of meta data ))
    To answer your quiestion, I do think the master cache is worth keeping - and we can pray that Adobe puts more though process into why the master cache exists and who uses the present type of information indexed within the cache.

  • Batch image processing selects from Bridge

    I'm trying to figure out if there is a way for Bridge to batch process only the 'selects' from a folder. I've got the action for resizing and renaming down, but I run into a wall when I'm trying to preform a batch processing on only the selects from multiple folders.
    Anyone know of a way to tell bridge to only work with the selects? The file structure is such that I am attempting to batch 60 folders containing hi-res images. I need to resize the selects found within each folder.
    Thanks for any help that comes this way!
    -Tyler

    If you select the files and then use tools - Photoshop - Batch the action runs only for the selected files but I don't think you are able to batch action selected images from multiple folders. Using the Dr Brown script you may include subfolders in PSCS but that is all AFAIK.
    You can also rate the selected files and using the pin left down in the filter panel to save the filtering but then you would have to select the folders one by one.
    You can try scripting but in my opinion you will be better off with half an hour sorting all the files and copy or move them manual to one folder and than run a batch :-)

  • Image Processing in Bridge lost PSD originals HELP!

    I am somewhat new to using Adobe Bridge CS4 super frequently, I have been processing batches of images mostly using the 'Image Process' function under tools>photoshop>image processing. I was using it to watermark my photos and size them down. It worked great, did everything I wanted it too and made it's own JPEG folder with all my processed images. HOWEVER I just discovered that when I process them it is somehow is taking the original image and flattening it so it looks like a JPEG even though the file still thinks it's a PSD file. The size is small and all the layers are gone, basically it looks EXACTLY like the JPEG file I'd just made but it's the original file and it's still a PSD (in theory!). I've been racking my brain trying to figure out when I'm doing wrong here! Been all over the internet trying to find a similar situation and I've had no luck. Any thoughts? I'd really appreciate the help. These particular photos are ready to go to print, but I've got my watermark on them and can't exactly remove the layer that isn't there anymore! HELP
    Oona

    Yes I was converting images from PSD to JPEG with the image processing but I was running an action (within the same dialog box) to make the file sizes much smaller for easy upload to the web? Does running an action affect the original as well as the processed images?

  • How do I make a PDF Slideshow from Bridge CS4 with 500 images?

    Every year I go for an extended photo shooting trip. I use about 400 to 600 of the images to make a PDF slide show. This worked fine in all previous versions of Bridge, but no longer works properly in Bridge CS4. I can create PDF files with up to 329 images, but when I try to make a PDF file with more than that, the PDF file is corrupted. Sometimes, the PDF file opens, but about 10% of the image at random location are corrupted, and their thumbnails show up as white or black patches. At other times, the file does not open in Adobe Reader. I get a variety of error messages. The most common is #109.
    Just to be certain it is not caused by my images, I used 550 images I had used to make a PDF show last year with Bridge CS3. I get the same problem. The slide show created last year with 550 images in Bridge CS3 still works in Adobe Reader, ruling out the Reader a being the cause of the problem. It appears that some bug has crept into the CS4 Bridge code.
    Unfortunately, a while ago a deleted CS3 from my hard drives without making a copy of the downloaded dmg of CS3, so I can no longer re-install CS3. BTW, other than this bug, I am very happy with CS4. As a photographer, I find the improvements made in CS4 ACR stunning.
    Is there a known work-around for this bug?
    Is it likely to be fixed in an upcoming update?
    Is there a way I can download a copy of CS3 allowing me to install CS3 Bridge, or, if needed, the whole CS3 suite?
         (I still have a record of my CS3 registration code.)

    I found an answer to my own question. A work around of sorts.
    Download Photoshop Elements 6 for Macintosh. With PSE6 I made a slide show with 550 images 1920x1200, without thumbs. I ran into one problem making the slide show. My images contained 4 images which had not ben created by Photoshop and could not be included in the slide show. Opening the images in Photoshop CS4 and re-saving them still did not make then acceptable. Not a big deal. I probably could have fixed the four images by stripping all EXIF data before opening them in Photoshop. BTW, PSE6 made the slide show in demo mode.
    I hope the bug in Photoshop CS4 will be fixed in Photoshop CS5.

  • Import Bridge CS4 metadata into LR3?

    Is it possible to import metadata into LR3 that I've created in Bridge CS4?
    Another thread here said it's possible, but there was no explanation on how to proceed.

    Yes it is possible.
    The "metadata shuttle" between Bridge and Lr is the XMP-file.
    ( As an aside: Strictly speaking LR writes metadata to xmp-file (side-car file) only in the case of Raw images, whereas in the case of JPGs, TIFFs, PSDs the metadata is written into the header of the file. I suspect that this is the same in Bridge. But in >Catalog Settings >Metadata tab the term "XMP" is used indiscriminately.)
    To import the metadata that was created in Bridge in Lr, do a <Read metadata from file> via >Metadata >Read Metadata from file (in the Library Module), or >Photo >Read metadata from file (in the Develop Module).
    Please be aware that by < read metadata from file> the complete set of metadata will be imported, including any develop steps you might have done in Bridge, and this will overwrite all metadata already done in Lr (including develop edits which are also metadata). I believe this will even be so in case you have done no develop steps in Bridge, i.e. any develop steps done in Lr will be overwritten with "0". <Read metadata from file> cannot be undone, and there will be a warning to that effect. A selective reading of metadata (for instance keywords only) is not possible.
    So you have to import the metadata from Bridge as a first step right after importing the photo in Lr, and before you do anything in Lr.
    The "metadata shuttle" works also from Lr to Bridge if you <Write metadata to file>.
    Color labels will be imported correctly only if the textual descriptions for the individual labels are identical in Bridge and in Lr.

  • My CS5 Bridge opens images into Quicktime by Default rather than PS or ACR

    I recently changed from an old pc running XP Service Pack 3 to a new computer running 7 and upgraded from CS4 to CS5 with an "upgrade disc". When I double click in Bridge to open into PS or ACR the images open into Quicktime by default.
    A secondary though niggling glitch is that when I run CS5 in my Administrator  A/c 7 won't let me delete files/folders unless I turn off my Security Setting
    Any corrective ideas would be much appreciated
    Thank Tou 

    In Bridge click on edit/preferences/file type associations.
    Adjust the default to CS5 for the file format you want to open in PS.

  • Anyone see changes in images when making a web gallery through Adobe Bridge cs4??? Please Help!

    When creating web galleries through adobe bridge CS4 the final gallery images become very orange.....
    Not even comparable to what we are  seeing in Bridge or Photoshop CS4....
    Adobe tells me that this is happening because of the conversion for web use.
    We are just noticing this change now and feel that there is a problem somewhere.....
    Has anyone else seen this issue or now anything to do to get it fixed???
    It's really annoying, Please Help!!!

    You probably want to ask this in the Bridge forum. From what I know, Bridge converts the profile to sRGB which helps avoids big color shifts if you view the images in an uncolormanaged web browser. This may change the appearance slightly, but there shouldn't be a huge shift.

  • Bridge CS4 has LONG delay in opening the first image

    Photoshop CS4 upgrade was my Christmas present this year. I've been fighting this annoying "problem" ever since then...
    I DO see this "problem" on my desktop PC, which is a Dell XPS-400 PC (with 2 GB of memory) running Windows XP (Media Center Edition) with SP3 installed. I DO NOT see this "problem" on my laptop, which is a Dell XPS-1530 (4 GB of memory) running Windows Vista SP1. I installed the Photoshop CS4 software exactly the same way on both machines, and I have the preferences set the same in both Photoshop and Bridge (and Camera Raw) on both machines.
    Here's the situation: I first open Photoshop CS4 and then click on the Bridge icon in the Application Bar to open Bridge. When I use Bridge to open a photo, by either double-clicking the thumbnail, or right-clicking on the thumbnail and choose "Open" from the context menu, there is a 42 second delay before Photoshop opens the file. This long delay only occurs when opening the very first file.
    Once that first image file is opened, double-clicking any thumbnail in Bridge will have it open in Photoshop CS4 in about 2 seconds. There will never be another long delay in having Bridge pass a file to Photoshop (or Camera Raw) again - until I close the applications and restart them. Once I restart the applications, the first photo takes 42 seconds to open....
    This delay does not occur in opening the first image file if I right-click on the thumbnail in Bridge CS4 and choose "Open With" and manually choose Photoshop CS4.
    Even if that is how I open the first (or several) image file(s), the first time I try to open a file from Bridge by double-clicking on a thumbnail (or right-click on a thumbnail and choose "Open") there will be that annoying 42 second delay before it opens.
    It does not matter what the file format the first image file is (JPG, PSD, TIFF, or DNG), or what the file format of any subsequent image file is. As long as I do not close the Bridge and Photoshop applications, any subsequent file will be passed from Bridge to Photoshop in only a couple of seconds.
    I have manually set the File Name Extensions in Windows XP, and in the Preferences in Bridge. Both have been set to open the file types listed above with Photoshop CS4.
    I have uninstalled CS4, and have used two seperate Registry cleaners (CCleaner and jv16 Power Tools) before re-installing Photoshop CS4. This had no effect on this situation. I've run "chkdsk C: /r" several times, with no problems reported.
    I have been searching through these forums for over 2 weeks now, and I have not seen anyone else report such a problem. I use my XP desktop much more than my Vista laptop, so I'd really like to fix this situation, but I don't know what else to try.
    Gregg Mack

    Don,
    Thanks for all of your suggestions. I tried them all, but the problem remains exactly as it was. To properly document my efforts:
    In Bridge's Preferences, I Purged and Compacted the Bridge Cache, then changed it's location to D:\Bridge_Cache (D:\ is a second physical internal SATA drive).
    I can not tell the exact size the Cache is set to, but the slider in Bridge's Preference is very close to the left end (10,000) of the slider.
    The Windows Page File is set to 3072 MB min and 4096 max, and it is entirely on the D:\ drive. (I have 2GB of physical RAM in the PC.)
    I defragmented the C:\ drive using Diskeeper 2008 Pro Premier, and even ran a Boot Time Defrag.
    Rather than set some exclusions for Norton Anti-Virus, I jsut disbled that Virus checking program for all of my experiments.
    I deleted the Bridge Preference File by holding down the Ctrl key as Bridge was restarted.
    I even deleted the entire contents of the C:\Windows\Prefetch folder. I then rebooted the PC - twice. I then re-disabled Norton Anti-Virus.
    The PC is approaching 3 years of age, but it is a 3.2 GHz Pentium D machine with 2 GB of RAM and two internal SATA drives. Every other application that I run on this machine responds reponsively. Again it is only the FIRST image file that I have Bridge hand off to Photoshop (or Camera Raw) that takes forever. The second and subsequent image files take a second or two.... That doesn't sound like it's an "old hardware" problem to me.
    I'm willing to try anything else that you, or anyone else would like to suggest.
    Thanks
    Gregg Mack

  • Photoshop cs4 file/scripts/image processing settings

    I have recently started freelancing for a local newspaper, as you can imagine i could have up to 100 images to process at the end of the day.
    I started using file/scripts/image processing in photoshop cs4 to automaticly size my images. this is indeed fantastic instead of half an hour or sometime an hour it only takes 5 minutes...But... most newspaper print at 150dpi and the image processor does it automaticly at 72dpi, i need to change this setting to 150dpi in file/scripts/image processing (not to get mixed up with image/image size please).
    Can you help me please.
    Joey

    I think you got the answer elsewhere.
    Make an action to set the size and resolution and run that in the Image Processor or as a batch.

Maybe you are looking for

  • CF8 on Weblogic 10.0 and Apache

    I am trying to configure CF8 as an EAR file on Weblogic 10.0 and configuring it with Apache webserver. The settings for Weblogic are made as mentioned in the configuration document and CF8 is working fine on Weblogic. Now for Apache connectivity, a c

  • How to Create header text in Quotations?

    Helli Experts, Can anybody of you tell me how to create Header text for Quotations in SD? I want to fetch it into Layout Set. I want to hardcode it. Harish

  • {moved to jdeveloper 11g forum} soa sample "End-2-end--PO-Processing" error

    Hi,I do the sample step-by-step as End-2-end-105-PO-Processing(chapter 2),after i deploy to integration oc4j 11g standalone and test      "validationForCC" ,the error displayed as bellow: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build

  • Itunes 9.1 new version,cannot change AIFF into MP3

    I have created an AIFF file and dragged it into the itunes file I created for it. Then as someone suggested,since there is no more "convert to MP3 file" choice in the old conversion place, I chose Preferences,import settings but I cannot choose the A

  • Soft VOIP in a VDI Environment

    I've been tasked with conducting research and looking into adding a Soft VOIP solution into our VDI environment. Aside from a local call manager, what else would help us in the deployment of this solution? I know this is not a cookie cutter solution,