Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 authored Feb 13, 2021
1 parent 7cfd305 commit 401971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To encode to RDO BC7 using BC7E, high quality, lambda=.5, linear metrics, with s
./bc7enc blah.png -U -u4 -z.5 -zc16
```

To encode to non-RDO BC7 using entropy reduced or quantized/weighted BC7 (no slowdown vs. non-RDO bc7enc, slightly reduced quality, but 5-10% better LZ compression, only uses 2 or 4 BC7 modes):
To encode to non-RDO BC7 using entropy reduced or quantized/weighted BC7 (no slowdown vs. non-RDO bc7enc.cpp for BC7, slightly reduced quality, but 5-10% better LZ compression, only uses 2 or 4 BC7 modes):

```
./bc7enc blah.png -e
Expand Down

0 comments on commit 401971f

Please sign in to comment.