Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdurazaaqMohammed authored Dec 24, 2024
1 parent dd3f791 commit 13742ba
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# <img src="https://raw.githubusercontent.com/k3b/LosslessJpgCrop/master/app/src/main/res/mipmap-xxhdpi/ll_crop.png" alt="llcrop logo" height="30"/> 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.

<img src="https://raw.githubusercontent.com/k3b/LosslessJpgCrop/master/fastlane/metadata/android/en-US/images/featureGraphic.png" alt="Featuregraphic of llcrop" height="250" />

While there are many apps capable of cropping images (often with additional features),
Expand Down Expand Up @@ -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)

---

[<img src="https://github.com/k3b/APhotoManager/wiki/fdroid.png" alt="available on F-Droid app store" height="82" width="200">](https://f-droid.org/packages/de.k3b.android.lossless_jpg_crop)<br/>
[<img src="https://github.com/k3b/LosslessJpgCrop/raw/master/app/src/debug/res/drawable/qr_code_url_llcrop_fdroid.png" alt="available on F-Droid app store" height="200" width="200">](https://f-droid.org/packages/de.k3b.android.lossless_jpg_crop)

0 comments on commit 13742ba

Please sign in to comment.