Export layers to .png files

Hi,
I took a .psd file (made by my coworker) and redesigned it. The problem is: he organized his layers so badly...made unecessary clones.
The design is a landing page for a website, now I want to send it to my webdeveloper but he's a linux guy.
So on gimp he can't work on my .psd so well because of color formats. He asked me to cut all the images and turn them to .png
Hence I needed to run File> Script > Export Layers to files once that done I got too many similar .png as you can see (consequences of bad layers organization?)
Is that bad ? Do I need to delete unwanted/similar images to make my web dev work easier?
Last thing I saw that -in the export layers to files panel properties- transparency and trim boxes was checked and I set it to PNG24
Is it the right thing to do?
Thanks

That would be up to your web dev's needs, I guess. Since these apper to be a background image for the whole page, removing the redundant ones would only be logical.
Mylenium

Similar Messages

  • Exporting Layers to PNG files using each layer name to create the file name??

    Hi All
    I'm trying to sort the following problem and was hoping somebody here could help with a scripting solution - my knowledge extends as far as actions unfortunately - which I don't think is appropriate for this.
    I've created a User interface in Illustrator with many layers and have exported this as a psd with layers.
    Basically what i'm wanting to do is export every layer as a png file while using the layer name to create the file name - each layer needs to be clipped.
    There is no transparency in the png.
    I've run the export to files script - but the names are too long and there is no anti aliasing.
    I've tried running a script from Illustrator - but it doesn't see sub layers - and doesn't name the layers.
    any help would be appreciated.
    thanking you in advance
    regards
    nate

    Hi,
    We just released this tool: FERRY (http://ferry.thedamarmada.com). It does exactly what you want and a little bit more.
    I think it's worth it a try.
    It comes with a free demo that will export 5 layers.
    Take a look and let us know if it's what you need.
    It could be easily tweaked.
    Jordi

  • Export layers as png files from illustrator in multiple resolutions

    suche ein aktuelles Skript. Das Skript das ich habe, wirft mir nur 3 Auflösungen aus un disz von 2012
    Danke_Bernhard

    Hi Larry! Thanks for replying.
    Just gave it a try, set it to 0 (it was set to 36). No luck unfortunately. I still ended up with a larger file getting exported when I turned gaussian blur back on. It also made the gaussian blur that I'm applying to the textures look really weird. That's a little unrelated though: I export textures separately that get used to make the outer edges of the texture look glowy (using a combination of gaussian blur + outer glow)
    Here it is looking normal:
    And here it is when I set that option to 0:
    Notice the harsh lines around the edges of the object that is having gaussian blur applied to it.

  • How to accelerate exporting of multiple layers to PNG-File?

    Hello,
    ai::int32 aint;
    sAILayer->CountLayers(&aint);
    for (int i = 0; i < (int) aint; i++){
          sAILayer->GetNthLayer((ai::int32) i,&layer);
          artSetSuite->LayerArtSet(layer, artSet);
    AIArtHandle hand;
    sAIArt->GetFirstArtOfLayer(layer, &hand);
    e2 = sAIRasterize->Rasterize(artSet, &rs, &bounds, kPlaceAboveAll, hand, &art, MyRasterizeProgressProc);
    sAILayer->GetFirstLayer(&layer);
    e2 = sAIArt->GetLayerOfArt(art, &layer);
    e2 = sAIArt->GetFirstArtOfLayer(layer, &art);
    error = sAIImageOptSuite->MakePNG24(art, dstfilter, pngParams2, MyRasterizeProgressProc);
    the code above shows how I managed to export a artboard with all layers to PNG-File. My question is, if there is a faster way to combine all layer before exporting, maybe a way without the "temporary layer" (Rasterize(...)-method)?
    When I export with the standard-export-button in Adobe Illustrator, it runs fast and with all layers.
    I hope you can help me.
    Greatings from Germany, Dortmund

    I'm confused. The code you quoted almost does exactly what I'd suggest, though the opening loop is odd. It seems to get each layer's artset and then do nothing with it (well, the last one would be rasterized). Why aren't you using AIArtSetSuite::UnionArtSet() to combine all the layer art sets into one art set and then rasterizing that? Then I'd make a PNG from the resultant kRasterArt just like you're doing.
    I"m also not sure what you mean by 'temporary layer' -- you don't seem to be creating a temporary layer. A temporary raster object, sure, but I suspect that's unavoidable.

  • How do I export Layers to individual Files?

    In Photoshop CS, there is a script that exports Layers to individual Files.
    Go to File>Scripts>Export Layers to Files.

    Hi Arien,
    If your animation program supports paste open it and select each layer,
    Select>All, Edit>Copy and paste that layer into that program.
    If your animation program doesn't support paste you can paste each layer
    into a New file and save it as a *.png image.
    Alex .,

  • Exporting Layers to individual files

    Simple question. Is it possiple to export layers to indivual files in Photoshop elements 8?
    This issue is driving up the wall. So far I have been unable to locate a singl, am I ,issing something?
    discussion or tutorial on the subject.
    Any input will be most appreciated

    If you have pse 6 through pse 10, then this export layers to files script should work:
    https://acrobat.com/#d=blJVJ4ZFfR7dRg24q-mBbQ
    To install:
    1. download and unzip
    2. right click on the script and choose copy
    3. navigate to the elements scripts folder
    example path: (windows and sustitute your version for 8.0)
    C:\Program Files (x86)\Adobe\Photoshop Elements 8.0\Presets\Scripts
    4. right click in a blank area and choose paste
    5. start or restart elements and export layers to files should be listed under Files>Automation Tools

  • Exporting Layers to AI files

    Coding Gods!
    Is there a script that will:
    Export Ai layers to Ai files naming the new files with the layers names?
    You can do this in Photoshop.
    Any help would be so appreciated
    Cheers
    Ads

    Larry G Schneider, you are a god!
    Thanks so much, you have just saved me hours.
    From this I found this link with all the codes on:
    http://www.adobe.com/cfusion/exchange/index.cfm?from=1&o=desc&exc=17&event=productHome&s=5 &l=-1&cat=210
    Cheers.

  • Export Document to PNG file. Change default export settings.

    Hi All,
    In my plugin I need to export active document to png file with specific options. And sometimes I need to export definite pages from the document, but not all.
    In standard UI of InDesign there are several basic steps of export:
    1."File"->"Export";
    2. Choose the location and filename to export to;
    3. Customize export options.
    In my plugin I need to have the possibility to set options from 2 and 3 steps.
    I have found out that there are some bosses, which deal with PNG:
    kPNGErrorStringServiceBoss
    kPNGExportCommandBoss
    kPNGExportPrefsScriptProviderBoss
    kPNGExportProviderBoss
    kPNGExportSetPrefsCommandBoss
    kPNGExportUIDialogBoss
    kPNGFilterConversionBoss
    kPNGIconButtonWidgetBoss
    kPNGImageReadFormatBoss
    kPNGImageWriteFormatBoss
    kPNGPrefsDialogBoss
    Also, there are some interfaces and widget id's in the following headers "PNGFilterUIID.h", "PNGPrefsUIID.h", "PNGFilterID.h", which deal with png export process.
    One of the ways to solve my problem is to create png export dialog (maybe IDialogMgr::CreateNewDialog), iterate over all widgets and set necessary values, but I don't know how to create this ExportDialog.
    Any ideas how to solve this are of great value.
    Thanks in advance.

    I have already tried this method from the SDK example:
        // Load the plug-in's resource.
            PMLocaleId nLocale = LocaleSetting::GetLocale();
            RsrcSpec dialogSpec
                nLocale,                    // Locale index from PMLocaleIDs.h.
                kBscDlgPluginID,            // Our Plug-in ID from BasicDialogID.h.
                kViewRsrcType,                // This is the kViewRsrcType.
                kSDKDefDialogResourceID,    // Resource ID for our dialog.
                kTrue                        // Initially visible.
            // CreateNewDialog takes the dialogSpec created above, and also
            // the type of dialog being created (kMovableModal).
            IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec, IDialog::kMovableModal);
            if (dialog == nil)
                ASSERT_FAIL("BscDlgActionComponent::DoDialog: can't create dialog");
                break;
    When I use kSDKDefDialogResourceID, it creates dialog, which was defined in my plugin resource file not a standard export dialog
    What shoul I use instead kBscDlgPluginID and  kSDKDefDialogResourceID?

  • How do I export layers as individual files?

    I have an animation with 24 bit colors and alpha transparency. Each frame is a layer in my project and I wish to export each individual layer as a PNG so I can create an animation in a different tool. Is there a way to do this?

    Hi Arien,
    If your animation program supports paste open it and select each layer,
    Select>All, Edit>Copy and paste that layer into that program.
    If your animation program doesn't support paste you can paste each layer
    into a New file and save it as a *.png image.
    Alex .,

  • Export layers to JPG file

    Hi,
    I wants to export only a single layer as JPEG file in Automation plugin. I have gone through the the implementation in which every layers in the current document is exported as files. But i wants to export any particular layer. I had searched the API for this, but havent got a single may be i am very new to this.
    Please guide me with what steps should i follow to achieve this.
    Thanks a lot.

    You _may_ actually be able to do what you want by using ActionScript  without even going to the Automation plugin. I'd really explore this  possibility first, since to do your task in C++ you'll have to write  quite a substantial amount of code.
    If you have to go though  Automation, start with the Getter plugin from the SDK - it will provide  you with the information about the layers within a document. The rest  depends on how you'd like your plugin to work: if, for instance, you  want a GUI with a layer selection functionality, you probably will have  to write a bunch of functions that use the document descriptor to count  the layers, retrieve their properties and then display them to the user  with some third-party toolkit or native GUI API that will supply you  back with the selected layer's ID or index. You may also simplify your  task and always export the current layer, in which case you need no GUI /  layer enumeration etc
    I hope that provides you with enough info to start

  • How can i export pictures in PNG FILE

    Using adobe Lr 4.4

    Exportant's "Export PNG" preset will do it.
    Consider reading the Q: "How to export pngs?" in the FAQ section - you have to satisfy prerequisites before it will work.

  • PS CC autom. generate function for layers (LAYER.PNG) export file with a black Background!

    I generate my ps layers as PNG files (LAYER.png), but since a while it just export my layers with a black (.png) or white (.png24) background. Why? I can't find a solution.. it is so random!
    I'm thankfull for any help!

    Ok, I forgott to say that I use the PNG's in After Effects. Now I know that all Versions of AE can't show small PNGs with transparency backgrounds! Just After Effects CC can do this.
    So this are the two solutions:
    1. Buy After Effect CC
    2. Work with a batch script, to re-saves the PNGs after the export.

  • How to export a PSD file with layers to Fireworks PNG file.

    Hi
    I've been asked by someone I'm working for to supply the work I've done as a PNG file that can be edited. I was told that a layered PSD file can be converted to a layered fireworks PNG file. I've tried all sorts of things but either ended up with a flattened image or each layer as a seperate file. I've searched all over for answers but nothing as yet!
    thanks

    Yes, individual PNG-24 files from Photoshop is what you want. In Photoshop, File>Scripts>Export Layers to Files; browse to save location; choose PNG-24 as the file type; check transparency. Prior to this, if you have floating imagery in any layers in the Photoshop file, you will want to place 1-pixel dots in 2 opposing image corners on those layers, so the all layer sizes will be exported at the same size, for layer-registration when composed in Fireworks. Then delete those dots in the exported PNG files and resave.
    Then you will need to compose the layers in Fireworks. Once you get your individual layers in PNG format, you might want to pose this question in the Fireworks forum.

  • Export Layers to Files: How to keep canvas size

    Hello
    I need to export hundreds of layers to PNG-Files.
    Unfortunately the Script crops to the layer's boundary so every file has different dimensions. How to keep the canvas size of the PSD in the exported files?
    Thanks for your help
    PS-Version: MacOS, CS 5.1

    un-check trim if that does not work then
    http://www.filesresidence.com/File/acf00llbo09pg# try this version it may do what you want.

  • Export Layers to Files Script Changing Resolution

    When I run this script to save my layers as .png files it turns them to  72 dpi  ... I need to keep them 300 dpi like  the original file. Is there a way to change that? Thanks in advance for any help!!
    Kari Holt
    iMac OS 10.5.8
    CS4 Extended

    Open the script is a plain text editor. I recommend ExtendScript Toolkit that ships with Photoshop.
    Find the line case png24Index:
    Highlight everything between that line and the line that reads break. Replace with the code below.
            case png24Index:
                saveFile(docRef, fileNameBody, exportInfo, dlgMain.pnlFileType.pnlOptions.grpPNG24Options.png24Inter.value, dlgMain.pnlFileType.pnlOptions.grpPNG24Options.png24Trans.value);
                 function saveFile( docRef, fileNameBody, exportInfo, interlacedValue, transparencyValue) {
                   var id6 = charIDToTypeID( "Expr" );
                        var desc3 = new ActionDescriptor();
                        var id7 = charIDToTypeID( "Usng" );
                             var desc4 = new ActionDescriptor();
                             var id8 = charIDToTypeID( "Op  " );
                             var id9 = charIDToTypeID( "SWOp" );
                             var id10 = charIDToTypeID( "OpSa" );
                           desc4.putEnumerated( id8, id9, id10 );
                             var id11 = charIDToTypeID( "Fmt " );
                             var id12 = charIDToTypeID( "IRFm" );
                             var id13 = charIDToTypeID( "PN24" );
                             desc4.putEnumerated( id11, id12, id13 );
                             var id14 = charIDToTypeID( "Intr" );
                             desc4.putBoolean( id14, interlacedValue );
                             var id15 = charIDToTypeID( "Trns" );
                             desc4.putBoolean( id15, transparencyValue );
                             var id16 = charIDToTypeID( "Mtt " );
                             desc4.putBoolean( id16, true );
                             var id17 = charIDToTypeID( "MttR" );
                             desc4.putInteger( id17, 255 );
                             var id18 = charIDToTypeID( "MttG" );
                             desc4.putInteger( id18, 255 );
                             var id19 = charIDToTypeID( "MttB" );
                             desc4.putInteger( id19, 255 );
                             var id20 = charIDToTypeID( "SHTM" );
                             desc4.putBoolean( id20, false );
                             var id21 = charIDToTypeID( "SImg" );
                             desc4.putBoolean( id21, true );
                             var id22 = charIDToTypeID( "SSSO" );
                             desc4.putBoolean( id22, false );
                             var id23 = charIDToTypeID( "SSLt" );
                                  var list1 = new ActionList();
                             desc4.putList( id23, list1 );
                             var id24 = charIDToTypeID( "DIDr" );
                             desc4.putBoolean( id24, false );
                             var id25 = charIDToTypeID( "In  " );
                             desc4.putPath( id25, new File( exportInfo.destination + "/" + fileNameBody + ".png") );
                        var id26 = stringIDToTypeID( "SaveForWeb" );
                        desc3.putObject( id7, id26, desc4 );
                   executeAction( id6, desc3, DialogModes.NO );
                var saveFile = new File(exportInfo.destination + "/" + fileNameBody + ".png");
                pngSaveOptions = new PNGSaveOptions();
                pngSaveOptions.interlaced = false;
                docRef.saveAs(saveFile, pngSaveOptions, true, Extension.LOWERCASE);
                break;
    Note this comments out the saveForWeb code rather then deletes it should you want to revert back. It also removes the comment chars from the existing normal save code and corrects the save option used from bmp to png.
    I would also recommend that you add comments to the top of the script noting that you edited the script and save it using a different name.

Maybe you are looking for

  • Why does mail not work on my mac?

    After updating to the new lion, Mail will not open. when i click on it, it shows up in the top bar but no window opens?

  • Can't print with airport usb connection only

    i have spent the last 3 days searching for help to fix my problem - PLEASE HELP!!! using: imac osx 10.6.8 canon image class mf8350cdn airport extreme base station I cannot seem to print wirelessly with my imac using just the USB connection on the air

  • Build failed when use EJB Model

    Hi experts. I have one eb dynpro DC that contains a model type enterprise java beans. When i apply template "Service Controller" in component controller and after deploy i get the follow error in Build log: [javac] Compiling 26 source files to D:SAPW

  • Work flow task id not found in UWL config XML file

    Hi We are facing a strange issue with UWL XML file. We are running EP 7.0 SP13 We configured UWL and we are able to see the work items in UML iview.  These are the same work items as seen in SAP Inbox. But when we open the uwl.webflow.<system alias>

  • Change NEXT_RUN_DATE in test to match with the Prod database NEXT_RUN_DATE

    i have job name "REFRESH_MN_ADDRESSES_J" in Schema "MESH_FOR" in Test database . What i want is that the this job NEXT_RUN_DATE should be chnaged to the Production database NEXT_RUN_DATE. How to do that in Oracle 10g database In test database <code>