You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
-
While there are many apps capable of cropping images (often with additional features), they generally cause quality loss because they [re-encode to JPEG again](https://en.wikipedia.org/wiki/Lossy_compression) when saving the output file.
1
+
Loss Less Cropping and Image Rotation: Remove unwanted parts of jpg photo without quality loss.
2
2
3
-
LLCrop (the "LL" stands for lossless) can [crop JPEG images without quality loss](https://en.wikipedia.org/wiki/Lossy_compression#JPEG) because it crops the raw JPEG image without re-encoding the file. It also preserves embedded metadata (EXIF/IPTC and XMP).
3
+
While there are many apps capable of cropping images (often with additional features),
4
+
they generally cause quality loss because they
5
+
[re-encode to JPEG again](https://en.wikipedia.org/wiki/Lossy_compression) when saving the output file.
4
6
5
-
Simply load a JPEG image from the in-app image browser, adjust the rectangular selection, and save it as a new image file.
7
+
LLCrop (the "LL" stands for lossless) can [crop JPEG images without quality loss](https://en.wikipedia.org/wiki/Lossy_compression#JPEG)
8
+
because it crops the raw JPEG image without re-encoding the file. It also preserves embedded metadata (EXIF/IPTC and XMP).
6
9
7
-
Note: This app is focused on lossless JPEG image manipulation, so issues that propose additional features (e.g. support for other file formats or adding text to images) are out of scope.
10
+
Simply load a JPEG image from the in-app image browser, adjust the rectangular selection, rotate it if necessary and save it as a new image file.
11
+
12
+
Note: This app is focused on lossless JPEG image manipulation, so issues that propose additional
13
+
features (e.g. support for other file formats or adding text to images) are out of scope.
8
14
9
15
---
10
16
@@ -18,7 +24,7 @@ Note: This app is focused on lossless JPEG image manipulation, so issues that pr
18
24
* Send/SendTo/Share a cropped version of the currently selected image
19
25
*[#3](https://github.com/k3b/LosslessJpgCrop/issues/3)/[#8](https://github.com/k3b/LosslessJpgCrop/issues/8): From any app that supports [intent-action-GET-CONTENT](https://developer.android.com/reference/android/content/Intent#ACTION_GET_CONTENT) or intent-action-PICK for MIME *image/jpeg*
20
26
* Open/Pick the cropping of an uncropped image
21
-
27
+
*[#17](https://github.com/k3b/LosslessJpgCrop/issues/17) : added support for image rotation
0 commit comments