Action to save layers to web

Hi everyone,
I have a photoshop file with about 100 layers. Each of the layers are named and need to be saved for the web. Is it possible to create an action that will automatically save each of the layers (via the save for web dialogue), one-by-one, and name them according to the layer name? If yes, would I be able to get the steps needed to achieve this?
Appreciate any advice.

That’s out of the scope of straight Actions, but there is a Script (File – Scripts – Export Layers to Files) that will probably almost fit Your needs – the naming conventions may not be to Your liking and it does not use the SFW-dialog, but You could ask in the Scripting Forum for help tweaking it.

Similar Messages

  • Stop Action in Save for Web

    Is it possible to insert a "stop" in the action for save for the web, just before actual save. Basically i want to be able to name my file manually (use distinctive names), but just to automate the picture size option and quality (which don't change). I know that i can write an action for an image resize and than save it with my desired file name, but i was wondering if i can do it all in "one shot" without the altering of original image.

    The best you can do is tell Photoshop to show the save for web dialog box
    and wait you to make your changes and then click on save. It will not put in
    things automatically, you would have to set all options you want. You can
    turn on the dialog box by checking the box next to that step in the actions
    palette list of steps in the action.
    Robert

  • Trying to create an action to save to web

    When I create an action to save to web, it always saves the file name in the action. Every save after that creates a file to replace the previous one. The actions that came with AI CS4 save the file as the file name.
    How can I create an action to save to web as the file name of the open file?
    Dean

    Check the naming conventions in the save for web panel itself. Unfortunately they introduce their own redundant naming which may conflict with conventional save steps in the action...
    Mylenium

  • JSX Save PNG for web, quality parameter not changing file size

    Hi
    I have a script that uses this snippet of code to save png files for web. But, no matter what number I change the quality, the resulting file size and image fidelity remains the same.
    I was wondering if I can save pngs for web at smaller byte size with JSX and how to modify the output settings.
    docName = sourceDoc.name;
    NamesaveRef = new File( outputFolder + "/" + docName );
    var NewfileRef = new File( NamesaveRef )
    var options = new ExportOptionsSaveForWeb();
    options.format = SaveDocumentType.PNG;
    options.transparency = true;
    options.blur = 0.0 ;
    options.includeProfile = false ;
    options.interlaced = false ;
    options.optimized = true ;
    options.quality = 3 ;//THIS NUMBER DOES NOT CHANGE QUALITY IF CHANGED FROM 0.1 TO 100
    options.PNG8 = false ;
    sourceDoc.exportDocument(File( NamesaveRef), ExportType.SAVEFORWEB, options);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    Thanks for your help.
    Aubrey

    PNG does not have a quality setting. The quality property is used when exporting jpeg. That is why changing that property has no effect with PNG files.
    Photoshop now supports PNG compression but as far as I can tell you have to use Action Manager to save. I don't see a compression option when using saveForWeb.

  • Action to "Save as JPG" always offers "foo copy copy.jpg" as file name

    When I use Photoshop CS4 "Save As", and then select jpg, it offers
    me to save my file, foo.psd as foo.jpg. No problem.
    I have prepared an action to "Save as JPG" but it always offers me
    to save as "foo copy copy.jpg". This is rather annoying as I'll have
    to get rid of "copy copy" portion every time.
    Any hints? Is it my action script? Is a "professional" version of
    such an action script available elsewhere?
    Thanks

    use save for web. you have more control and don't get annoyed by the stupid "copy copy" issue.

  • Creating actions to save files

    Hello all,
    I want to have an action that takes the input file and creates a JPEG for web and places it in the same folder that the input file is located.  Is this possible? Normally, when creating an action to Save for Web, it will save the file in a single specific location, but I need to have it save to whatever folder the original file is in, no matter where that file is.
    Secondly, is it possible to make the action add text to the end of the filename?  I would like it to add the text "-web" to the end of the file.
    I hope that's clear, let me know.  Thanks for your time, everyone.

    This is where a script comes in.
    This should do it...
    #target photoshop
    function main(){
    if(documents.length){
    var newName = decodeURI(activeDocument.name).match(/(.*)\.[^\.]+$/)[1];
    newName = newName +"-web.jpg";
    var saveFile = File(decodeURI(activeDocument.path) +"/"+ newName);
    if(saveFile.exists){
    var result = Window.confirm("This File Exits!\nWould You Like It Overwritten?", true, "File Exists");
    if(!result) return;
    saveFile.remove();
    SaveForWeb(saveFile,80); //Change quality to suit
    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);

  • PSE4: save layers to separate files?

    Is it possible to save layers to separate files on Photoshop Elements 4? I want to create an animation, but I want each slide to have a different time. When I Save for Web and select Animation, all layers have the same timing.

    No, the only way to do this with PSE is to duplicate layers so that the same one appears longer. So for instance, let's say you have three real frames and you want the first and last ones to appear for 2 seconds and the middle one for four: make a four framed image by duping the middle frame so it's in view for twice as long.
    For anything more elaborate than that, you need a different program, I'm afraid.

  • The save for the web function has stopped working in my copy of photoshop elements 12.  I get this message, " The operation could not be completed.  The system cannot find the path specified" Resetting preferences did not fix.

    The save for the web function has stopped working in my copy of photoshop elements 12.  I get this message, “ The operation could not be completed.  The system cannot find the path specified” Resetting preferences did not fix.

    my os is windows 7.  elements 12 worked fine for many months then save for the web stopped working

  • Can't save layered .psd files in Photoshop CS3

    Hello,
    I noticed yesterday that I can no longer save layered .psd files to any folder. What does get saved is only a generic file symbol.
    I'm using a Dell 8200 computer, 1GB of RAM, IntelPentium4 processer, Windows XP Professional,and a Canon MP780 multiple function printer.
    Please help.
    Thanks,
    George Masi

    Is it saved incorrectly, or is the problem just that the icon is the generic one. In other words, can you A) click to open the file from the desktop. And, b) if you can't click from the desktop, can you open the file from within Photoshop, and see the layers correctly.
    If B works, and A does not, then this means your Windows has lost the association between PSD files and Photoshop. You can often correct this by right clicking the file, and choosing Open With, with the Always open with this program field checked. There is also a way to set the icons back up, but this is more complicated.

  • How do I save for the web at 200%?

    I was asked to save a file for a client, her instructions were to save for the web at 200% from illustrator.  I have no idea what this means, and would love some help!

    Jacob Bugge wrote:
    She may have worked on it in 1:1, which is convenient, and then realized that it should be larger. But it is only a guess.
    Hi Jacob....
    Going by the OP's post:
    "I was asked to save a file for a client, her instructions were to save for the web at 200% from illustrator." Just doesn't make sense – to me... If it needs to be larger, just scale up the master and save... why the "save for the web at 200% from Illustrator", is what foxes me. <shrug>
    Cheers!
    S

  • What processes are included in 'save for the web'

    When I save a photo using the Photoshop CS3 'save for the web' command, I resize the photo to, for example, 800 pixels on the long side. It comes back the correct size but sometimes the colors look different (a little red usually). Is this because I was editing the original photo in RGB? Should I convert to profile, sRGB before I save for the Web? Or does Photoshop do this automatically? OR, should I convert to sRGB and then do color adjustments for the web?
    Sorry, I'm a little confused about this...
    Thanks,
    Jody

    Photoshop is color managed. However, the web is not, so when you save to web, you lose your color management. If you want to see what is going to happen after SFW, you should set the color to sRGB, as you guessed.
    However, that will only set the way the color looks on your monitor. It could vary wildly on anyone else's monitor.

  • When I upload my images to the web they are not as vibrant. I am using the Save for the Web feature.

    When I upload my images to the wed they are not as vibrant. I am using the Save for the web feature and my sRGB is checked. I dont know what else to do. HELP!

    We really need to see what you're seeing.
    Can you post links to before and after?

  • Save for the web

    When I "save for the web" in Photoshop, why does Image Ready open? This adds time to my workflow.

    I had 2 computer crashes - laptop and desktop at once. I only had Phostoshop CS but due to problems with Windows 8 etc. Adobe gave me a link to CS2 so I could still use Photoshop. On the desktop, I made some kind of setting where "save for web" stays in Photoshop, but on the laptop I evidently didn't make the same choice and "save for the web" goes through Image Ready. Any thoughts on that?
    Thanks for any all replys.

  • Save for the web colors

    I was having trouble with image colors when I used 'save for the web' and I found a couple of solutions in tech notes regarding embedded color profiles but there is some thing I just don't understand.
    It says:
    "To ensure that colors are consistent in Photoshop, ImageReady and the Save for the Web dialog box, use an embedded color profile for display in each, or preview the image in Photoshop using the monitors RGB color space. Note that if you use an embedded color profile for display, colors may appear incorrectly if you view the image in an application that cannot read color profiles."
    Can somebody give me the lowdown on what exactly a color profile is (what it does, when you should embed one etc) and some examples of the kind of application that can't read them i.e. if I send the photos via e-mail can the profile be read? put them on a web page?
    Thanks for any illumination!
    j.

    A profile is a file that decribes to applications that can read them the color and tonal characteristics of a particular device. A profile can also be a mathematical description of a particular RGB or CMYK Lab color space. You've probably seen RGB working spaces in Photoshop referred to in terms like sRGB, Adobe RGB, ProPhoto RGB, etc. Any application that is color managed and can read and use profiles needs a minimum of two profile to to the job - a source profile and a destination profile. When you're looking at images on your computer monitor, the source is your RGB working space and the destination is your specific monitor. Photoshop uses both the working space profile and the monitor profile to display your image correctly. Most other applications in Windows do not read profile and have to assume either "Monitor RGB" or sRGB as the source for the file. If your file is not one of those, then false asumptioins are made and the image does not appear correctly. Some web browsers like Firefox 3 and Apple Safari do read profiles but not necessarily by default. You have to turn the option in FF. Some email readers are color managed, others not.
    Profiles can be and usually are embedded in the document when you save it. Unless you have a good reason for not embedding a profile, it's almost always a good idea. It adds 4K to the file size and will let someone down the line who is using a color managed application see the file how you intended it. You have no control over the others, but that's life online. Currentlyl the best strategy is convert files destined for the web to sRGB and embed the profiles. That might change in the future, but it's a good place to be right now.

  • Save for the web and devices

    Hi,
    Im trying to save for the web and devices my work, but the work is not displaying at the save window.
    Any ideas?
    Many thanks
    http://www.flickr.com/photos/92610801@N03/

    Emil,
    I'm not sure if I can trust my eyes, but isn't that emblem on a Template Layer which is not recognised by Save for Web?

Maybe you are looking for

  • Lens correction profile for the Canon 18-135 STM lens in Lightroom 5 ?

    How or where can I get the lens correction profile for the Canon 18-135 STM lens in Lightroom 5 ? In effect he is not available in my list of correction lens so my lightroom is up to date apparently :/ Thanks in advance for answer.

  • Upon bootup, login screen initially shows only 1 admin user.

    I have an iMac 27 running OSX 10.8.2 with two admin users that I'll refer to as Admin1 and Admin2.  When then system is booted up, the initial logon screen only shows Admin1.  After logging in as Admin1 and then logging out, both Admin1 and Admin2 ar

  • Possible to change the front and back speaker volume ?

    Hello, as it says in the topic, i was wondering if it is possible to change the volume of the front and the back speakers (the same way it is possible to change the volume of the center speaker). If anyone could tell me wether this is possible at all

  • First and last frame disappearing off every clip

    Hi, Every clip I import in Final cut pro 6.0 loses its first and last frame. The clips I import are in photoJpeg / 24p (verified with the -get info- of Quicktime Pro), but once in FCP they are marked as 23.98 ?!?! In the browser the info of the clip

  • HT1212 disable start-up screen password on iphone 4s?

    After installing ios7, I ended up with a password-lock on my start-up screen.  I cannot figure out how to disable it.  I would appriate any help I can get.  Thank You.