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

2012-02-05 Thread Jean-Francois Im
Set Photoshop to use 8 bits and use File > Save for Web and Devices... to export your file. On Sat, Feb 4, 2012 at 18:09, Oliviu Vais wrote: > I dont get it. So what do i have to do? > > On Feb 4, 10:38 pm, Romain Guy wrote: >> In PS 8 bits means 8 bits per channel. So 8 bits * 4 (RGBA) = 32 bit

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