How can I batch Save For Web and maintain a multilevel folder structure?

First... I am using an old version of Photoshop.... 6.0 to be exact.  If your answer is to buy the newer versions, I respectfully say I know that's AN answer, but I'm looking for something that will work with my setup.  The version we have works just fine for the very few things we need it for, and we use new versions of InDesign and Acrobat for all else. 
So here's the challenge:
We have a weekly magazine featuring 1,200 plus photos of cars for sale, each saved in a folder named for the sales rep, week and day.  I must maintain these folder structure throughout the process, as the files names are duplicated by cameras and across reps.  So I cannot dump all batch converted pics into one single folder, yet I need to reduce the Quality setting which I find when completing a Save As in Photoshop.
So I want to batch convert all the photos in multiple folders, some 3 folders deep, all at once....  reduce to 8 inches across, change to 72dpi, and reduce the quality slider to 5, which creates a nice 60-90K file.  BUT.... it wants to save all of them in a particular folder.  I need to just overwrite the original file with the new smaller one.... or save the new small version into the same folder the big one is in, but have it work with the "include all sub-folders" option in batch. 
A sample File system .... 4513 Photos - Color <day of week> (3 folders) - <disk number><rep>Color (20 folders) - actual photos.
After converting, we push up the final level of folder to our website and that organization allows us to use them there the way we need.  The uploading to the site and batch functions are done 3 to 4 times per week.... on different days.
Is there a way to reduce the quality (compression) of the jpgs that does not require the creation of a new file in a particular folder, or is there a way to have the resulting file just drop back into the folders and subfolders during a batch function?  I just can't figure this out!
As an alternative, what other programs might do this?

You should be able to just use the html output of the Export for Web function and, if the video's converted correctly, just swap the file names at the appropriate places. Have you tried renaming VisualHub's output to what the Export for Web html wants, then placing it in the proper location?
I'm not aware of a way to batch create the html files, but if I had to, I'd probably look at automator to see if I could figure out it's text manipulation options.

Similar Messages

  • How to save for web AND overwrite original files with Action?

    Hello,
    I want to compress a batch of images with "save for web" using a Photoshop Action, and I also want to preserve my folder structure and overwrite source files. The structure is important because it's complex and needs to be structured this way.
    The Problem:
    When I choose "save for web", I must define a destination. What happens is all optimized files from within the structure are saved in a single location.
    Here's an example of the folder structure
    Folder A
         - Subfolder A1
         - Subfolder A2
    Folder B
         - Subfolder B1
         - Subfolder B2
              -Subfolder B2.2
    Folder C
         -Subfolder C1
    Summary
    Is it possible for me to use a Photoshop Action with "save for web", and overwrite my files without moving them from the structure?

    No need to re-invent the wheel.
    Just learn how to use the Image Processor, Image Processor Pro, or Dr. Brown's Services 1-2-3 in Photoshop and/or Bridge.

  • Exporting animation using Save for Web and Devices problem

    The animation plays as it should when the "Play" button is pressed at the bottom of the "Save for Web and Devices" Menu , but when I Preview it the individual frames don't disappear once they've shown , so you can see them all at the end of the animation . This is also how they save as a .gif ( although using the "Save as html" option reverts to looking as it should , each frame appearing and disappearing in turn) How do I save as gif without this happening?Many thanks for any help

    Thanks!  It was under the object - slice.  You've saved my sanity

  • "save for web and devices" problem

    Hello
    I am running photoshop cs4 on windows vista
    When I click on file>save for web and devices, a message appears saying "the operation cold not be completed"
    This happens for small files and large files
    Can anyone tell me how to overcome this problem please?
    Thanks
    Reg

    Hi again, rego.
    I did a bit of searching and someone had a similar problem as you where simply deleting the pref file via key command didn't work. A user suggested to first zip the Save for Web preferences and then delete the preferences. I am not sure what zipping the file does but basically they are suggesting delete the preferences manually.
    So try zipping the save for web preferences file and then delete it. After this is done, restart Photoshop and see if it helps. To find where the Save for Web preferences are, refer to this page:
    http://kb2.adobe.com/cps/405/kb405012.html
    EDIT: I am not sure if I was clear about the process suggested in the other post. For clarification, the suggestion is to zip the Save for Web preferences file and then delete the zipped file of the Save for Web preferences.

  • CS5 Save for Web and Devices problem

    I recently installed CS5 and now I cannot save for Web and Devices.  A pop up error window appears saying "A write permissions error has occurred".  Any suggestions to make it possible to save for Web and Devices would be appreciated.
    Also, when I exit Photoshop CS5, yet another pop up window appears and reads, "Could not save Preferences because the file is locked or you do not have the necessary access privileges.  Use the 'Get Info' command in the Finder to unlock the file or change permissions on the file or enclosing folders'.  Again, any suggestions as to what this message is about and how to make PS close as it did with CS4 would be appreciated!
    Thanks,
    E

    Try this first:
    Applications > Utilities > Disk Utility > Macintosh HD > Repair Disk Permissions
    Also make sure your not saving to a removable hard drive that is NTFS. If you can drag files into the drive its the right type of drive to use and there shouldn't be a problem.
    Apart from that all i can say is to restart your Mac and make sure all the adobe updaters are up to date
    Hope that helps
    James

  • Illustrator Batch - Save for Web PNG - File won't close

    I am trying to convert several AI / EPS files to PNG file at 800 px.
    I've tried using a batch incorporating either export as PNG and Save for Web  - and neither on is working well.
    The batch I built simply transforms the graphic to 800 px - Save for Web - then closes the file. Or exports the file as PNG at 800 px.
    The problem is that the Save for Web Dialog box opens up each time or it simly doesn't export a file. I've tried checking off the various different surpress options in the batch dialog box - but nothing seems to work.
    Your help is greatly appreciated.

    Thanks for your answer but the images are not for web.
    I need to enlarge them because they have a lot of detail and I need to send them to someone to be checked. The only place I can save as Gif is on the "Save for Web"  dialog and Gifs have the smallest size/best quality ratio for the images I need.
    I don't understand why when executing the batch process it stops at the "save window" waiting for me to click on "Save".
    Nevertheless, thanks anyway

  • Call save for web and devices dialog

    can anyone please tell me how to script for call save for web and devices dialog...

    Hi rajaramasami,
    You can find examples e.g. in JavaScript for Save for Web here in forum.
    Here is one, written by Paul Riggott:
    Paul Riggott wrote:
    Here you are...
    function main(){
    if(!documents.length) return;
    var Name = app.activeDocument.name.replace(/\.[^\.]+$/, '');
    var saveFile = File(Folder.desktop + "/" + Name + ".jpg");
    if(saveFile.exists){
       if(!confirm("Overwrite existing document?")) return;
        saveFile.remove();
    SaveForWeb(saveFile,100); //change to 60 for 60%
    main();
    function SaveForWeb(saveFile,jpegQuality) {
    var sfwOptions = new ExportOptionsSaveForWeb();
       sfwOptions.format = SaveDocumentType.JPEG;
       sfwOptions.includeProfile = false;
       sfwOptions.interlaced = 0;
       sfwOptions.optimized = true;
       sfwOptions.quality = jpegQuality; //0-100
    activeDocument.exportDocument(saveFile, ExportType.SAVEFORWEB, sfwOptions);
    Have fun

  • Photoshop CC closes or freezes when saving in save for web and devices

    Hello,
    Since I have a new laptop with Windows 8, I couldn't get Photoshop CS6 anymore, so I downloaded PS CC.
    It's working great the last days, but since yesterday PS freezes or closes everytime I try to save a .gif in save for web and devices.
    It drives me insane...
    I hope someone can help me.
    Thanks in advance.

    Trash the Save for Web prefs in the respective folder (C:\Progrom Files\Common Files\Adobe or your user home directory).
    Mylenium

  • Saving Sliced files in Illustrator CS6 like it was in CS5 "Save for web and devices" gone?

    Hello,
    I used to save all my slices in CS5 and it would give me the option to save for web and devices, then when I was in there it would let me choose the option at the bottom Other... then I could go in and save it as a html and images and then it would automatically make div's for me when I brought it in to dreamweaver.  Where did this option go in CS6?  Can someone help I am on a big deadline, and I lost all my work transfering it back into cs5 to try it there like I used to.  Attached is a .png to show what I mean.
    Thank you,
    DariusB
    These options are not here in CS6 and I cant find it.  I would really appreciate the help.
    Thanks again.

    Hi,
    There have been some other changes too - here is the link to the article that describes the changes: http://blogs.adobe.com/ivandavid/illustrator_cs6_save_for_web/.
    Cheers,
    David

  • When I save for web and device in Illustrator, I see all the pixels... What is wrong?

    I have created a vector image. When I save for web and device in Illustrator, the image does not come out clear even if I'm saving the image the same size as the artboard. I can see the coutours (pixels)... I've opened the file on another computer and everything is perfect. What is wrong on my computer?
    I have reinstalled the program and did all the updates. What else can I try?
    Thank you!

    So that you know next time that option is no longer available so to speack it is now under a dropdown wiht the default none then Type Optimized or Art Optimized in CS 5 and operhaps CS 4 as well

  • Save for web and devices - grayed out. Why?

    Hi. I just bought a new computer, new hard drives, etc.
    So, I had to reinstall Windows XP pro and all my software applications, which includes Adobe Creative Suite Design (standard edition). All loaded well and my computer is up and running nicely.
    only one problem.... in Photoshop the "Save for web and devices..." function is grayed out and unavailable. :-(
    This is a feature I use quite a lot. Before I try uninstalling and re-installing, which, as you probably know is a lengthy process with these Adobe products, I'd like to first verify if this is a known problem and/or something I can deal with without re-installing Photoshop. I did a quick Google search, but couldn't find anything useful. Did find one post in some different forum by someone who described a problem similar to this one, but didn't receive an answer.
    If anyone can help me out, I'd really appreciate it.
    Thanks.

    You would get this if your files were 16bit or multichannel.

  • Save for Web and Devices (Illustrator style?)

    Ive used the slice tool to mark out the images for exporting
    from my Fireworks document.
    Does Fireworks have a 'Save for Web and Devices' feature like
    Illustrator does? I want to have the 4-up display where you can see
    the original image and file size in one section and use the others
    to vary the JEPG/ GIF settings to get the best combination of file
    size and image quality. I want to be able to save different
    settings for each slice (as you can do in Illustrator).
    I cant find this feature but it seems weird that a web image
    optimization program wouldn't have it. I tired opening my file with
    Illustrator and Photoshop but the slices wernt imported aswell.
    Ive got CS3, is this option in CS4?
    thanks

    jdldn wrote:
    > Ive used the slice tool to mark out the images for
    exporting from my Fireworks
    > document.
    >
    > Does Fireworks have a 'Save for Web and Devices' feature
    like Illustrator
    > does? I want to have the 4-up display where you can see
    the original image and
    > file size in one section and use the others to vary the
    JEPG/ GIF settings to
    > get the best combination of file size and image quality.
    I want to be able to
    > save different settings for each slice (as you can do in
    Illustrator).
    >
    > I cant find this feature but it seems weird that a web
    image optimization
    > program wouldn't have it. I tired opening my file with
    Illustrator and
    > Photoshop but the slices wernt imported aswell.
    >
    > Ive got CS3, is this option in CS4?
    > thanks
    >
    FW bypasses the extra step used by PS and AI. In the main FW
    window,
    choose 4-Up. Select the slice you want to optimize and set
    your
    optimization settings via the Optimize panel. Everything bu
    the selected
    sliced will be screened back a bit, so you focus on the
    active slice. It
    will change on screen as you alter the optimize settings.
    If you want to optimize several slices using the same
    settings,
    shift+click to select them.
    When you're done, choose File > Export. Make sure to set
    Images Only as
    your Export option and in the Slices field choose Export
    Slices. If you
    want all slices exported, make sure that Export Selected
    Slices is NOT
    checked.
    If you don't want unsliced areas also exported, also make
    sure Include
    areas without slices is not checked.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • Photoshop stalls on Measuring memory & save for web and devices

    Mac OS X 10.6.4
    MacBook Pro
    CS4 Photoshop Extended
    Hey there,
    I would be grateful if anyone can shed any light this problem which has occured out of nowhere.
    I'm a web designer so this problem is causing chaos at the moment. When I try to save an image for 'web and devices' - I will get to the 'save for web and devices' window but then Photoshop 'freezes'. It doesn't seem to make a difference on file size big or small - Photoshop just freezes up. Sometimes Photoshop wont do it instantly, I will be able to save about 3 - 4 files and then it will freeze up. The only way to re-start the process is to force quit the application and start again.
    However sometimes when I re-start Photoshop, the application will hang on 'measuring memory' instruction on the start up panel - where I then have to force quit and sometimes re-start my machine. This whole process is obviously very time consuming and a right pain.
    Just for info I have played around in the Preferences - just to see if changing the 'memory usage' would have any effect - this doesn't seem to of made a difference. I currently have the setting at 2211mb (71%) which is within the ideal range (1689-2211mb).
    Any guidance or help would be most grateful.
    Cheers
    T

    Definitely – it may or may not help but it’s easily done (command-alt-
    shift on starting the program).
    Though it is somewhat annoying having to recreate the Preferenes-
    settings one has changed and getting the Tools back to the preferred 
    settings.
    If you should trash your prefs just don’t forget to save your custom 
    Presets (Brushes, Patterns etc.) before.

  • Save for web and devices for slices

    I am using CS 5.5.  I have an image that I used the slice tool with.   Sliced about 15 slices.  In my action script, I do all the steps including the slicing and then I go to save for web and devices, choose png format, click save and in the save distination I just put it on the desktop. Close the file and hit stop.  I see that that image created the images folder with all the slices in it.   So I then I run a batch script on the folder that contains about 300 images and I want to  use those slices.  I run the script and nothing appears in the output folder.  It shows that it does all the steps but nothing is showing in the folder.  Is there a step i'm doing wrong?  Please help!

    Window >> Layer comps
    Set this up, and with one click you will be able to toggel whci layers are on or off.
    Out of curiosity, are you programming pages with CSS, dynamic layers or other? You cannot layer slices with transparency on top of each other in standard html. I find it so time consuming and impossible to get things registering correctly for all browsers, so try to minimize any layering technologies.

  • Error when trying to "Save for Web and Devices"

    Hello All,
    I have a little issue with Photoshop CS3 on the XP Pro platform.  I get the error when I try and "Save for Web and Devices".  This is the actual error.  "the exception unknown software exception"  uhh... lol
    I currently work for a school district.  I'm the Tech/Network Admin for the entire district.  We have a lab setup with some new PC's (As of last June)  They all have 2 gig of ram Core 2 Duo 2.4 ( I think).  Pretty good machines.  We currently have an image built for them so essentially they are all the same builds.  We recently just updated the image as of a month ago.  In talking with the teacher who does the tech classes in this lab, he recently ran into this problem as of a week ago.
    We are a Novell based campus.  Zen 7 support pack 7 I think as well.  We do however lock down the machines.  Dynamic Local users.  Everything gets pulled off the machine when the user logs out.  Now I do sort of think that this issue is related to some type of policy we're pushing down because when we use our "Tech" account which does have local admin rights to the PC we don't get an error.  We haven't modified the policies here in quite a while.  School is almost over and we'd like to relax for a bit and not cause any problems.  LoL
    And in fact all the PC's in our High School have this issue.  And currently we have about 3 different models not including the one I listed above.  Any advice is much appreciated.  Cause I'm pretty stuck on this issue.
    Thanks,
    Jesse

    Save for web and devices saves its own prefs to retain the last active settings. When it can't do that, it will fail. You may wish to grant write permissions to the Documents and Settings\App Data\Adobe\ Save for Web folder. The same applies to Device Central...
    Mylenium

Maybe you are looking for

  • Missing Tables and Indexes greyed out in DBACOCKPIT

    Hi All, I use Solution Manager 7.01 with MS SQL Server 2008 DB. I want to monitor with DBACOCKPIT a MS SQL Server 2005 DataBase of a SAP BPC 5.1. I connected the DB but in DBACOCKPIT some functionality are greyed out. I want to use in Diagnostics sec

  • Multiple record update extension issue (felixone

    I just purchased the Multiple Records at Once Extension by Felixone. I have put it to good use but have noticed an issue with it. PHP MySQL. I am using Dreamweaver 8 with the Repeat Region behaviour, and the Recordset Navigation Bar, along with the e

  • How to convert Protected AAC to Purchased

    Hi-- I have a bunch of older songs that all say Protected AAC, and I'm trying to find a way to upgrade them to Purchased AAC. I even went into the new Purchased section, but I don't see any way to perform the upgrade. Can someone tell me how to do th

  • Reg: WMSYS.WM_CONCAT or LISTAGG

    All, I am trying to select the column names which start with 'E' in my sql query projection area. For this i have used USER_TAB_COLS with WMSYS.WM_CONCAT / LISTAGG too. I got the column names, with ',' delimeter, but not able inject this to the sql q

  • Maintenance plan every 3 hours

    hi all, i need to configure a maintenance plan with ip41 but i need to make its cycle 3 hours, i mean 4 times a day, system warns me that smallest cycle can be 24 hours? what can i do? how can i configure system that creates maintenance notif every 3