- Home /
Question by
chris 5 · Feb 02, 2011 at 06:25 PM ·
androidoptimizationcompressionpvrtc
Using Different Image Compression for Different Devices (Android)
So now that I have discovered PVRTC and DXT, I really want to use them to improve memory usage/rendering performance. The problem is that some Android devices support one, and some support the other.
Is there any way I can use PVRTC for devices that support PVRTC, and DXT for devices that support DXT?
Comment