From c931dc9f7a3de2b5e9f9931125c5023e3ab37055 Mon Sep 17 00:00:00 2001 From: pipefan413 <56257478+pipefan413@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:25:31 +0000 Subject: [PATCH] Minor corrections to README.md Typos ("if focused", "isses"); phrasing sounded like non-native English in places. Also specifies "JPEG photo" throughout but the app obviously works for any JPEG image, not just photos. --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bbb8550..e06350f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,13 @@ -LLCrop allows either [removal of unwanted outer areas from a JPEG-photo](https://en.wikipedia.org/wiki/Cropping_(image)) +LLCrop allows either [removal of unwanted outer areas from a JPEG image](https://en.wikipedia.org/wiki/Cropping_(image)) or creation of zoom-ins. -Load a JPEG photo, make a rectangular selection, to be saved as a new photo-file. +Load a JPEG image, adjust the rectangular selection and save it as a new image file. -While there are many apps capable of cropping images (some with additional features) these apps cause [quality-losses caused by reencoding of JPEG](https://en.wikipedia.org/wiki/Lossy_compression). +While there are many apps capable of cropping images (some with additional features) these apps cause quality loss because they [reencode when saving the output file](https://en.wikipedia.org/wiki/Lossy_compression). -LLCrop ("ll" stands for lossless) can do [cropping without quality-losses](https://en.wikipedia.org/wiki/Lossy_compression#JPEG) because it crops the raw JPEG photo, without -the need to reencode the JPEG image. It also preserves embedded metadata (EXIF/IPTC and XMP). +LLCrop ("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 photo, without the need to reencode the JPEG image. It also preserves embedded metadata (EXIF/IPTC and XMP). -Note: - -This app if focused on "lossless jpg" image manipulation so isses that propose additional features -like "add text to image" or support "png" file format are out of scope. +Note: This app is focused on "lossless jpg" image manipulation, so issues that propose additional features (e.g. support for other file formats or adding text to images) are out of scope. ---