From c3f26e47ef608e951ab7cdc4cd6bc5856e31f9a7 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Mon, 29 Apr 2019 22:19:44 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51ef4e9..6c5c415 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ The mipmapped .KTX files will be in a variety of GPU formats (PVRTC1 4bpp, ETC1- [PVRTexTool](https://www.imgtec.com/developers/powervr-sdk-tools/pvrtextool/) +For the maximum possible achievable quality with the current former and encoder, use: +basisu x.png -srgb -slower -max_endpoint_clusters 8192 -max_selector_clusters 7936 -no_selector_rdo -no_auto_global_sel_pal + ### Transcoder details To use .basis files in an application, you only need the files in the "transcoder" directory. The entire transcoder lives in a single .cpp file: transcoder/basisu_transcoder.cpp. If compiling with gcc/clang, be sure strict aliasing is disabled when compiling this file, as I have not tested either the encoder or transcoder with strict aliasing enabled: -fno-strict-aliasing (The Linux kernel is also compiled with this option.)