Releases: vseventer/sharp-cli
Releases · vseventer/sharp-cli
v5.1.0
v5.0.0
v4.2.0
- Exit process when there are no input files (#83).
- Added
unflatten
command. - Added
extendWith
option toextend
command. - Added
ignoreIcc
option tocomposite
command. - Added
interFrameMaxError
andinterPaletteMaxError
output options. - Added
lower
andupper
options tonormalise
command. - Added
preset
output option. - Added
reuse
alias tooptimise
andoptimize
output options. - Updated
sharp
dependency.
v4.1.1
v4.1.0
- Recategorized top-level options under Global, Input, Output, and Optimization Options.
- Added
--subifd
andunlimited
input options. - Updated
--metadata
(previously--withMetadata
) input option to accept more granular options. - Expand
--animate
,--failOn
, and--limitInputPixels
fromcomposite
command to top-level.
v4.0.0
- Updated
sharp
dependency. - Updated
yargs
dependency. - Added
affine
command. - Added
--background
,--basename
, and--skipBlanks
totile
command. - Removed
--density
fromjoinChannel
command. - Renamed
--band
to--channel
(extractChannel
command). - Updated
composite
command to accept multiple images (#73). - Updated
--kernel
option usage inconvolve
command. - Updated
--offset
option usage inlinear
command. - Updated
matrix
positional usage inrecomb
command.
v3.0.0
- Added
--background
when trimming images. - Added
--minSize
and--mixed
. - Added
--reoptimise
. - Updated TIFF compression options.
- Updated
sharp
dependency - which now requires Node.js >= 14.15.
v2.1.1
v2.1.0
This release brings the CLIs features on-par with sharp.
- Added AVIF support.
- Added GIF support.
- Added
clahe
command. - Added
pipelineColourspace
command. - Added
--alpha
flag toensureAlpha
andnegate
. - Added
--center
. - Added
--id
. - Added
--lightness
. - Added
--mozjpeg
. - Added
--resolutionUnit
. - Added
--timeout
. - Added
--withoutReduction
. - Added
--x1
,--y2
,--y3
. - Drop Node.js 10 support, now requires Node.js >= 12.22.
- Renamed
--reductionEffort
option to--effort
. - Replaced
--squash
by--bitdepth
. - Updated default
--compressionLevel
. - Updated dependencies.