Skip to content

Commit

Permalink
Update readme, add diff link to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
vseventer committed Feb 13, 2017
1 parent 5c5a42f commit dfa1e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 1.1.0 (Febuary 13, 2017)
> https://github.com/vseventer/sharp-cli/compare/v1.0.1...v1.1.0
* Added [`--alphaQuality`](http://sharp.dimens.io/en/stable/api-output/#webp),
[`--lossless`](http://sharp.dimens.io/en/stable/api-output/#webp), and
[`nearLossless`](http://sharp.dimens.io/en/stable/api-output/#webp)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ Global Options
Optimization Options
--adaptiveFiltering Use adaptive row filtering [boolean]
--alphaQuality Quality of alpha layer [number] [default: 80]
--chromaSubsampling Set to "4:4:4" to prevent chroma subsampling when quality <= 90
[string] [default: 4:2:0]
--lossless Use lossless compression mode [boolean]
--nearLossless use near_lossless compression mode [boolean]
--optimise, --optimize Apply optimiseScans, overshootDeringing, and trellisQuantisation
[boolean]
--optimiseScans, --optimizeScans Optimise progressive scans [boolean]
Expand Down

0 comments on commit dfa1e64

Please sign in to comment.