Channel Basics 2

Storing a Selection Mask as an Alpha Channel

When you make a selection mask in Photoshop, the mask is an 8-bit grayscale image. When you save a selection in the file, Photoshop has to put it somewhere, so it is stored as a channel.

channelsalpha.gif

You can try this yourself. First you need to make a selection with one or more selection tools.

4. In this example we'll use the Magic Wand Tool magicwand.gif and select the white background pixels. The "Anti-aliased" checkbox was checked in the Options palette. The selection marquee appears as a row of "marching ants".

channels01rgb.gif
channels05.jpg

5. Now click Select > Save Selection and click OK in the dialog to save it. Photoshop will save the selection as a new channel by default.

channels06.gif

6. Now the Channels palette shows the new channel. Photoshop assigns the default name of "Alpha 1" to the new channel.

channels07.gif

7. Click the "Alpha 1" channel in the Channels palette.

channels08.gif

8. Now the document window will display the channel by itself.

channels09.gif

Channel Basics 1

An Image is a "Channel Sandwich"

An image is basically a "channel sandwich" with one channel each for red, green and blue in an RGB image or cyan, magenta, yellow and black in a CMYK image.

There would be 3 channels in an RGB image and 4 in a CMYK image to start with.

channelsrgb.gif

Note: Channels are NOT the same as Layers.

1. If you open an RGB image and display the Channels palette you will see the red, green and blue channels plus an "RGB" channel. The "RGB" channel is only a composite of the three channels.

RGB image...

channels01rgb.gif
channels01.jpg

Channels palette for RGB

channels02.gif

2. If you open a CMYK image and display the Channels palette you will see the cyan, magenta, yellow and black channels plus a "CMYK" channel. The "CMYK" channel is also just a composite of the four channels.

CMYK image...

channels01cmyk.gif
channels01.jpg

Channels palette for CMYK

channels03.gif

Each channel in a true color image (RGB or CMYK) has an 8-bit color depth (for more data on color depth . An RGB image is composed of three 8-bit channels that combine to form a single 24-bit image (3 x 8 = 24). A CMYK image is composed of four 8-bit channels that combine to form a single 32-bit image (4 x 8 = 32).

Note: Each pixel in an RGB image has a color depth of 24 bits and each pixel in a CMYK image has a color depth of 32 bits.


3. By default, Photoshop displays channels in grayscale. You can also display the channels in color. Choose File > Preferences > Display & Cursors, then check "Color Channels in Color".

Channels in color for RGB...

channels04rgb.gif
Channels in color for CMYK...

channels04cmyk.gif