Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
154 lines (122 loc) · 2.13 KB

SUPPORTED_PARAMETERS.md

File metadata and controls

154 lines (122 loc) · 2.13 KB

Supported parameters

ASTC

Supported input types:

  .jpeg
  .jpg
  .png
  .bmp
  .gif

Supported compression types:

  ASTC_4x4
  ASTC_5x4
  ASTC_5x5
  ASTC_6x5
  ASTC_6x6
  ASTC_8x5
  ASTC_8x6
  ASTC_8x8
  ASTC_10x5
  ASTC_10x6
  ASTC_10x8
  ASTC_10x10
  ASTC_12x10
  ASTC_12x12
  ASTC_3x3x3
  ASTC_4x3x3
  ASTC_4x4x3
  ASTC_4x4x4
  ASTC_5x4x4
  ASTC_5x5x4
  ASTC_5x5x5
  ASTC_6x5x5
  ASTC_6x6x5
  ASTC_6x6x6

Supported quality types:

  astcveryfast
  astcfast
  astcmedium
  astcthorough
  astcexhaustive

ETC

Supported input types:

  .jpeg
  .jpg
  .png
  .bmp

Supported compression types:

  ETC1
  ETC2_RGBA
  ETC2_RGB

Supported quality types:

  etcfast
  etcslow
  etcfastperceptual
  etcslowperceptual

PVRTC

Supported input types:

  .jpeg
  .jpg
  .png
  .bmp

Supported compression types:

  PVRTC1_2
  PVRTC1_4
  PVRTC1_2_RGB
  PVRTC1_4_RGB

Supported quality types:

  pvrtcfastest
  pvrtcfast
  pvrtcnormal
  pvrtchigh
  pvrtcbest

S3TC

Supported input types:

  .jpeg
  .jpg
  .png
  .bmp
  .gif

Supported compression types:

  DXT1
  DXT1A
  DXT3
  DXT5

Supported quality types:

  superfast
  fast
  normal
  better
  uber