From dddfdef81bc3817fbaac4715cea1b5b2e69ce8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwieci=C5=84ski?= <36954793+mateuszkwiecinski@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:23:31 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f948899..7519b1a 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ writer.write(null, new IIOImage(image, null, null), writeParam); ``` +## 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