47

I have a lot of designers send me layered PSDs of their designs and I need to break out the pieces of the designs to place on web pages. I can do a decent number of things in Photoshop, but I'm hardly efficient with it.

My old way of just copying the image that's in a layer and pasting into a new image seems to take forever as I screw around with cropping and such.

I've got Photoshop CS5, so I don't need external software to do anything, but I just need to figure out how to take a single layer, that may hold something small like an icon, and export it as a PNG or JPG.

I am aware of the script called "Export Layers to Files" but it took about an hour and exported ALL of my layers to a huge number of files. I wasn't looking for a solution that broad.

Is there an easy way to do this?

7 Answers7

56

Select the layer you want to export to a new file.

In the top menu, Click "Layer" --> "Duplicate Layer..."

Note that there are TWO options. One is for the name of the new layer...

The second is for the destination of the new layer, either your current document or a New document. Select "New."

51

The previous answers won't autocrop to the layer size as barraponto points out. Smart Objects fixes this and is more efficient:

  1. Right click the layer in the Layers Panel and select Convert to Smart Object
  2. Right click the layer again and select Edit contents

CTRL+click multiple layers before converting to a Smart Object to group them.

reflexiv
  • 980
26

To export a single layer or a group of layers in Photoshop you must have only those relevant layer(s) that you want to export visible. (So hide all the layers that you don't want to export and keep the relevant one's visible.) Then go to File - Save for web and save your image.

To understand this process in depth please have a look at this tutorial.

rzlines
  • 7,678
10

I would add to @Daniel Garman's answer.

  1. Duplicate Layer (either in menu on right click on the layer) --> NEW (also gives the option to give it a name at that time so you don't lose what the layer was called before you get to the save step)
  2. Image --> Trim (which will give you options of removing transparent pixels)
  3. File --> Save for web (CMD-SHIFT-OPT-S on OSX)

That's a pretty quick way to do it.

jriskin
  • 201
7

You can do this by going to File -> Scripts -> Export layers to Files

nhinkle
  • 37,661
Bataa
  • 71
  • 1
  • 1
1

The traditional way to export only part of a layer is to use Slices:

  1. Hide any overlapping layers that contain pixels you don't want to export (if they don't overlap the area you're interested in, you can leave them showing).

  2. Create a slice for the section you're interested in, using either the Layers menu: "New Layer Based Slice" (which is fairly automatic) or else manually create it with the Slice tool. Make sure your new slice is the only one that's selected (there's a slice select tool right next to the one that creates slices, in the same flyout menu).

  3. In the Save for Web dialog, make sure the slice is still selected.(That dialog has its own slice select tool if you need it.)

  4. During the save process, there's a popdown menu; make sure you've chosen Selected Slices so it doesn't save everything.

Most people don't use slices any more, since they were designed for the earlier days of the Web when individual images were often sliced up and then reassembled in HTML -- rarely done now. But I still find them useful for this purpose.

Unfortunately, the interface for slices hasn't been updated and they can be a little awkward to use, but see whether they help in your situation.

San
  • 11
0

the old fashioned traditional way of doing this - say pre-CS would work as well, in this case:

  1. reduce any layered artwork to a single layer - you can undo this later
  2. option/alt click that layer in the LAYER pallette - this will give you a selection of just that layers artwork and not the surrounding canvas
  3. copy --- edit>copy or option/alt C ==== you now have a copy of this layer on the clipboard
  4. make a new document -- when you do you will notice that the new document will now be the size of what you copied onto the clipboard
  5. your new document will contain just a plain background .... just hit "paste" --> edit>paste or optioin/alt V
  6. at this point you have 2 separate documents -- you can go back to the ORIGINAL document and undo any layer flattening back to its original condition