Releases: vseventer/sharp-cli
Releases · vseventer/sharp-cli
v1.4.0
v1.3.0
- Added
--compression
and--predictor
(sharp
0.17.3). - Added
--create
(sharp
0.17.3). - Updated
fs-extra
,nyc
,sinon
, andtempfile
dependencies.
v1.2.0
- Added support for URI templates.
- Replaced
chai
withmust
. - Updated
multiyargs
,sinon
, andstandard
dependencies.
v1.1.0
- Added
--alphaQuality
,--lossless
, andnearLossless
(sharp
0.17.2). - Removed
stream-to-buffer
as it caused errors when working with large files. Unfortunately, this means input and output cannot use the same file.
v1.0.1
v1.0.0
v0.7.0
- Enhancement: add
--toColorspace
. - Enhancement: update
sharp
(0.16.x
).
v0.6.0
- Enhancement: add
--bandbool
. - Enhancement: add
--extractChannel
. - Enhancement: add
--overlayCutout
. - Enhancement: add
--overlayLeft
. - Enhancement: add
--overlayTile
. - Enhancement: add
--overlayTop
. - Enhancement: add
--trim
. - Enhancement: simplify verbose output.
- Enhancement: update dependencies.