Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Jan 29, 2024
1 parent 8408fbb commit dddfdef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ writer.write(null, new IIOImage(image, null, null), writeParam);
```
</details>

## R8 / ProGuard
If you are using R8 the shrinking and obfuscation rules are included automatically.

ProGuard users must manually add the options from [webp-imageio.pro](https://github.com/usefulness/webp-imageio/blob/master/webp-imageio/src/main/resources/META-INF/proguard/web-imageio.pro)

## License

`webp-imageio` is distributed under the [Apache Software License](https://www.apache.org/licenses/LICENSE-2.0) version
Expand Down

0 comments on commit dddfdef

Please sign in to comment.