mirror of
https://github.com/axllent/goptimize.git
synced 2025-02-20 07:07:18 -05:00
Update README
This commit is contained in:
parent
49d7b9b12f
commit
cb4bde8c4e
@ -14,15 +14,15 @@ Image downscaling/rotation is done within goptimize (`-m <width>x<height>`, see
|
|||||||
|
|
||||||
## Notes
|
## 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.
|
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).
|
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
|
## Usage options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user