Update readme
All checks were successful
/ tests (push) Successful in 48s
/ clippy (push) Successful in 8s
/ check (aarch64-unknown-linux-musl) (push) Successful in 14s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 11s
/ check (x86_64-unknown-linux-musl) (push) Successful in 7s

This commit is contained in:
asonix 2024-02-23 14:40:16 -06:00
parent 1bc89ddc42
commit c09bd69c21

View file

@ -18,7 +18,8 @@ overhead can be useful in some scenarios.
blurhash-update also provides the ability to reduce accuracy by skipping processing of some of the
input pixels. This greatly improves performance, but might lead to blurhashes that don't look quite
right.
right. Using blurhash-update's `auto` encoder configuration will target an extremely performant but
very loose profile based on the image dimensions.
## Usage