Basis Universal (BASISU) Writer Feature Type Parameters

To access feature type parameters, click the gear icon on a feature type in the workspace. This opens the Feature Type Parameter Editor.

Tip  To always display the editor in FME Workbench, you can select View > Windows > Parameter Editor.

General

All feature types share similar General parameters, which may include Feature Type Name, Reader or Writer information, and Geometry.

In most Writer Feature Type parameter dialogs, you can also control Dynamic Schema Definitions. Some database formats accept Table or Index Qualifier prefixes on the output table feature type.

Compression Type

Basis Universal supports two compression types:

  • ETC1S (default) – This option is a simplified subset of the Khronos ETC1 GPU texture format. ETC1S texture data is fully compliant with all existing hardware and software ETC1 encoders. ETC1S format basis universal files use a lossy data compression applied to the ETC1S block data. ETC1S is better for small files and uses less memory compared to UASTC.
  • UASTC– This option has significantly higher quality and file size compare to ETC1S. This format does not have built-in file compression and the files are much larger. Using the Rate Distortion Optimization (RDO) post processor can improve lossless compression when compressed with Deflate or Zstd. UASTC compressed texture format can be losslessly transcoded to ASTC block format. The .basis files are not compressed by default in UASTC mode.

Enable Mipmap Generation

Setting this value to Yes will generate an optimized sequence of progressively lower-resolution images to store in the basis file. When the quality level is set higher than the default, the mipmaps also have a higher quality.

Default: None

Color Space

Selects the color space used by basis universal encoding:

  • Perceptual sRGB, or standard red green blue, is what is used in photographic images.
  • Linear is useful in non-sRGB or non photographic textures such as maps, and can reduce artifacts in the compressed image.

Default: None