From 13742ba226eb9ce7b0e58318dbb7eeed79d83276 Mon Sep 17 00:00:00 2001 From: AbdurazaaqMohammed <56937889+AbdurazaaqMohammed@users.noreply.github.com> Date: Tue, 24 Dec 2024 04:33:55 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9f4d872..683ed10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # llcrop logo LLCrop Loss Less Cropping and Image Rotation: Remove unwanted parts of jpg photo without quality loss. +In this fork I made the following changes: +* Support Android 4.0.3/SDK 15 and above +* Target SDK 36 +* Change colors to a pure/AMOLED black theme +* Add an option to remove EXIF (used https://github.com/Tommy-Geenexus/exif-interface-extended) +* Work with no permissions necessary on Android 6/SDK 23 and above + +I forked this app mainly to adapt it for my own use. I do not intend to continue development. I uploaded the APK here because I believe it could benefit others. + Featuregraphic of llcrop While there are many apps capable of cropping images (often with additional features), @@ -39,13 +48,8 @@ features (e.g. support for other file formats, add resize-support or adding text ## Requirements -* Android 4.4 KitKat (API 19) or newer +* Android 4.0.3 KitKat (API 15) or newer * CPU arm64-v8a, arbeabi-v7a, x86 or x86_64 because of the C++ cropping code -* Permissions +* Permissions (only below Android 6) * READ_EXTERNAL_STORAGE (to open a local image) * WRITE_EXTERNAL_STORAGE (to save the cropped image) - ---- - -[available on F-Droid app store](https://f-droid.org/packages/de.k3b.android.lossless_jpg_crop)
-[available on F-Droid app store](https://f-droid.org/packages/de.k3b.android.lossless_jpg_crop)