History log of /development/samples/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.java
Revision Date Author Comments
c1645153e799c488fc66eb0d481a3a3b21c94323 24-Dec-2009 Jack Palevich <jackpal@google.com> Tool for compressing/decompressing ETC1 textures.

The ETC1 texture format is commonly supported by
OpenGL ES 2.0-capable GPUs.

For historical reasons ETC1 texture files have the
default extension .PKM

This tool relies on the libETC1 library to
compress and decompress the image data.