Re: [android-developers] 32bit PNG in CS5

2012-02-05 Thread Jean-Francois Im
I think the text in CS5 is a bit misleading, it refers to 32 bit per channel(ie. 96 bits for R, G and B all together) whereas Android expects 32 bit total(ie. 8 bit per channel, 32 bits total for R, G, B and A). In Photoshop CS5, you can save it as a PNG with an alpha channel using File > Save for

Re: [android-developers] 32bit PNG in CS5

2012-02-04 Thread Romain Guy
In PS 8 bits means 8 bits per channel. So 8 bits * 4 (RGBA) = 32 bits. On Sat, Feb 4, 2012 at 4:07 AM, Oliviu Vais wrote: > I am trying to make an icon for my android app. In the developers > guide it says: "Launcher icons should be 32-bit PNGs with an alpha > channel for transparency." I've made