From 1514832ed80b2fdac9ccbb700becce7eaac0b98f Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Thu, 22 Jan 2026 18:50:54 -0500 Subject: [PATCH] Update README with UASTC LDR quality details Clarify UASTC LDR compression quality comparison. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e99f0f..de70079 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ All 14 standard ASTC block sizes are supported, from 4x4-12x12. Internally the X `basisu -linear x.png` -- To compress to UASTC LDR 4x4, which is much higher quality than ETC1S: +- To compress to UASTC LDR 4x4, which is much higher quality than ETC1S, but lower maximum quality vs. ASTC/XUASTC LDR 4x4: `basisu -uastc x.png`