Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KingsMentor authored Oct 18, 2020
1 parent 7045e63 commit 0093e3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ On `onDestroy`, do not forget to clean cached bitmap and tell `BlurHash` to can
blurHash.clean()
}
```

### What is the `punch` parameter in some of these implementations?

It is a parameter that adjusts the contrast on the decoded image. 1 means normal, smaller values will make the effect more subtle,
and larger values will make it stronger. This is basically a design parameter, which lets you adjust the look.

Technically, what it does is scale the AC components up or down.

0 comments on commit 0093e3b

Please sign in to comment.