Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vseventer committed Jun 18, 2022
1 parent 1c4ef81 commit 60d5fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.0.0
## 2.0.0 (June 18, 2022)
* Removed `--limitInputPixels` and `--sequentialRead`.
* Added [`--limitInputPixels`](https://sharp.pixelplumbing.com/api-composite#composite) when compositing images.
* Updated `sharp` dependency (adding support for Apple M1) ([#61](https://github.com/vseventer/sharp-cli/pull/61)).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Optimization Options
--dither Level of Floyd-Steinberg error diffusion
[number] [default: 1.0]
--hcompression Compression format
[string] [choices: "hevc", "avc", "jpeg", "av1"] [default: "hevc"]
[string] [choices: "hevc", "av1"] [default: "av1"]
--lossless Use lossless compression mode [boolean]
--nearLossless use near_lossless compression mode [boolean]
--optimise, --optimize Apply optimiseScans, overshootDeringing, and
Expand Down

0 comments on commit 60d5fa1

Please sign in to comment.