Quote:
|
Originally Posted by kneff No, this isn't for the web. I saved it as both a gif, then I tried a jpg. Should it be something else? |
Kneff,
The GIF format uses an indexed color palette (256 colors). It will allow you to specify one of the color indices as a transparent color - any part of your image using that color index will be transparent. When saving to GIF in
PS CS2, an option dialog allows you to choose a palette for the image. If you choose to use a "local" palette in the drop-down, a "transparency" checkbox is available. When checked, all transparent layers in your image will be assigned color index 255, which will be transparent.
The JPEG file format does not support transparency.
You may want to consider saving in PNG format - this gives you full RGB color values (24M) with full alpha channel support (transparency 0 - 100%) in a single flat layer.
- Kurt