Skip to content

Commit ed55aaf

Browse files
authored
Update README.md
1 parent 4bc150e commit ed55aaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,15 @@ Just like XUASTC LDR, all 14 standard ASTC block sizes are supported, from 4x4-1
292292

293293
`basisu x.exr`
294294

295-
- To compress an HDR 6x6 file:
295+
- To compress a standard ASTC HDR 6x6 file (~3.56 bpp):
296296

297297
```
298298
basisu -hdr_6x6 x.exr
299299
basisu -hdr_6x6 -lambda 500 x.exr
300300
basisu -hdr_6x6_level 5 -lambda 500 x.exr
301301
```
302302

303-
- To compress an HDR 6x6 file using the compressed intermediate format for smaller files:
303+
- To compress a UASTC HDR 6x6i file (using the compressed intermediate format) for smaller files (~1.75-3.0 bpp):
304304

305305
```
306306
basisu -hdr_6x6i x.exr
@@ -326,7 +326,7 @@ Note: If you're compressing LDR/SDR image files to an HDR format, the codec's de
326326

327327
- `-linear`: ETC1S defaults to sRGB colorspace metrics, UASTC LDR currently always uses linear metrics, and UASTC HDR defaults to weighted RGB metrics (with 2,3,1 weights). If the input is a normal map, or some other type of non-sRGB (non-photographic) texture content, be sure to use `-linear` to avoid extra unnecessary artifacts. (Angular normal map metrics for UASTC LDR/HDR are definitely doable and on our TODO list.)
328328

329-
- Specifying `-opencl` enables OpenCL mode, which currently only accelerates ETC1S encoding.
329+
- Specifying `-opencl` enables OpenCL mode, which currently only accelerates ETC1S encoding if it's been enabled at compile time.
330330

331331
- The compressor is multithreaded by default, which can be disabled using the `-no_multithreading` command line option. The transcoder is currently single threaded, although it is thread safe (i.e. it supports decompressing multiple texture slices in parallel).
332332

0 commit comments

Comments
 (0)