Alpha Channel?
Stryfe01
Member Posts: 146
I am working on an app in xcode, and the images need to have the alpha channel set to 0. Is there a way to do this in Art Text, or do I have to use Photoshop. I'm still new to Photoshop, so if I have to do it there, can someone guide me please?
Comments
Basically imagine that a jpg has three colors (red,blue,green) which everything is made from a mixture of. A pixel can have a combination of these to make the color. Now a PNG file can have 4 colors, the 4th being the alpha channel (or transparency).
If you have any image with transparency in photoshop and you save as a PNG it will retain this. You don't just have to choose 'save for web'. PNG files do not retain layer information, keep your files as PSD files until they are finished.
In answer to your question, the PNG is flat and a single layer. So transparency on any layer will be kept in the final PNG file.