Skip to content

Commit 4d4def7

Browse files
committed
Doc Updates
1 parent a358cd7 commit 4d4def7

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
22

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.
46

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).
69

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.
814

915
---
1016

@@ -18,7 +24,7 @@ Note: This app is focused on lossless JPEG image manipulation, so issues that pr
1824
* Send/SendTo/Share a cropped version of the currently selected image
1925
* [#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*
2026
* Open/Pick the cropping of an uncropped image
21-
27+
* [#17](https://github.com/k3b/LosslessJpgCrop/issues/17) : added support for image rotation
2228
---
2329

2430
## Requirements

fastlane/metadata/android/de-DE/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aus einem jpg-photo zu entfernen oder digitale
33
Ausschnitt-Vergrößerungen zu erstellen.
44

55
Einfach ein Jpeg-Photo laden, einen rechteckigen
6-
Bereich auswählen und den Ausschnitt in eine neue
6+
Bereich auswählen, ggf drehen und den Ausschnitt in eine neue
77
PhotoDatei speichern.
88

99
Im Gegensatz zu den meisten anderen Bildbearbeitungen
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Verlustfrei JPG Photos beschneiden
1+
Verlustfrei JPG Photos beschneiden und drehen.
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
LLCrop allows you to either remove unwanted outer areas from
22
a jpg-photo or to create zoom-ins.
33

4-
Just load a jpeg photo, select a rectangle and save the
5-
rectangle as a new photo-file.
4+
Simply load a JPEG image from the in-app image browser,
5+
adjust the rectangular selection, rotate it if necessary
6+
and save it as a new image file.
67

7-
Unlike most other photo-cropping software LLCrop avoids
8-
quality-losses caused by jpg-re-encoding.
9-
It is processing raw jpg-photo-data and preserves embedded
10-
meta data (Exif/Iptc and xmp).
8+
While there are many apps capable of cropping images (often with
9+
additional features), they generally cause quality loss because
10+
they re-encode to JPEG again when saving the output file.
1111

12-
"LL" in "LLCrop" means "loss-less"
12+
LLCrop (the "LL" stands for lossless) can
13+
crop JPEG images without quality loss
14+
because it crops the raw JPEG image without re-encoding the file.
15+
It also preserves embedded metadata (EXIF/IPTC and XMP).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
loss less cropping: Remove unwanted parts of jpg photo without quality loss.
1+
Loss Less Cropping and Rotation: Remove unwanted parts of jpg photo without quality loss.

0 commit comments

Comments
 (0)