From cb4bde8c4ea3cf4be123c0ecb3b5f99bebb741a5 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 7 Sep 2019 23:11:06 +1200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bb2012..7ea00cc 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,15 @@ Image downscaling/rotation is done within goptimize (`-m x`, see ## Notes -Both `jpegoptim` & `jpegtran` have almost identical optimization, so if both are installed then just `jpegtran` is used for JPG optimization. PNG optimization however will run through both `optipng` & `pngquant` (if installed) as this has definite advantages. +Both `jpegoptim` & `jpegtran` have almost identical optimization, so if both are installed then just `jpegtran` is used for JPG optimization. PNG optimization however will run through both `optipng` & `pngquant` (if installed) as this can result in better optimization. It is highly recommended to install the necessary optimization tools, however they are not required to run goptimize. -Goptimize will remove all exif data from JPEG files, auto-rotating those that relied on it. +Goptimize will remove all exif data from JPEG files, auto-rotating those that depend on it for orientation. It will also preserve (by default) the file's original modification times (`-p=false` to disable). -Animated GIF files are not supported an automatically get skipped. +Animated GIF files are not supported and automatically get skipped. ## Usage options