From e2bb5272d3221ab4771c05ea4c69b46e94f506a5 Mon Sep 17 00:00:00 2001 From: k3b <1374583+k3b@users.noreply.github.com> Date: Wed, 22 May 2019 13:55:44 +0200 Subject: [PATCH] docs: added requirements --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cb1a552..ce493f5 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,14 @@ the need for jpg-image-re-encoding. It also preserves embedded meta data (Exif/I --- +## Requirements + +* Android 4.4 KitKat (API 19) or newer +* CPU arm64-v8a, arbeabi-v7a, x86, x86-64 because of c++ cropping code +* Permissions + * READ_EXTERNAL_STORAGE (to open local image) + * WRITE_EXTERNAL_STORAGE (to save the cropped image to) + +--- + [available on F-Droid app store](https://f-droid.org/en/packages/de.k3b.android.lossless_jpg_crop)