Domanda

I'm trying to determine the color depth of the screen to convert some images to RGB565 if necessary.

Any help is appreciated.

Thanks

È stato utile?

Soluzione

try getWindowManager().getDefaultDisplay().getPixelFormat(). See getPixelFormat(), PixelFormat

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top