README.chromium 478 B

12345678910111213141516
  1. Name: etc1
  2. Version: 0
  3. URL: https://source.android.com/
  4. License: Apache 2.0
  5. Security Critical: no
  6. Description:
  7. This directory contains an ETC1 encoding/decoding API. The source derives from
  8. frameworks/base/opengl/include/ETC1/etc1.cpp from the Android Open Source
  9. Project.
  10. Local modifications:
  11. - Removed decoding.
  12. - Generalize so that output size is independent of input size.
  13. - Handle cases of out-of-bounds blocks along the image boundary.
  14. - Added ARGB8888 decoding option.