Skip to content

Releases: vseventer/sharp-cli

v5.1.0

13 Sep 01:39
Compare
Choose a tag to compare
  • Added --minAmplitude and --precision blur options.
  • Updated sharp dependency.

v5.0.0

15 Jul 00:51
Compare
Choose a tag to compare
  • Added hbitdepth, miniswhite options to heif command.
  • Added lineArt option to trim command.
  • Updated sharp dependency (requiring dependency to bump Node to 18.17+).
  • Updated dependencies.

v4.2.0

26 Nov 22:40
Compare
Choose a tag to compare
  • Exit process when there are no input files (#83).
  • Added unflatten command.
  • Added extendWith option to extend command.
  • Added ignoreIcc option to composite command.
  • Added interFrameMaxError and interPaletteMaxError output options.
  • Added lower and upper options to normalise command.
  • Added preset output option.
  • Added reuse alias to optimise and optimize output options.
  • Updated sharp dependency.

v4.1.1

22 Mar 00:50
Compare
Choose a tag to compare
  • Fixes bug with AVIF filename formatting #28.

v4.1.0

15 Dec 22:33
Compare
Choose a tag to compare
  • Recategorized top-level options under Global, Input, Output, and Optimization Options.
  • Added --subifd and unlimited input options.
  • Updated --metadata (previously --withMetadata) input option to accept more granular options.
  • Expand --animate, --failOn, and --limitInputPixels from composite command to top-level.

v4.0.0

10 Dec 00:48
Compare
Choose a tag to compare
  • Updated sharp dependency.
  • Updated yargs dependency.
  • Added affine command.
  • Added --background, --basename, and --skipBlanks to tile command.
  • Removed --density from joinChannel command.
  • Renamed --band to --channel (extractChannel command).
  • Updated composite command to accept multiple images (#73).
  • Updated --kernel option usage in convolve command.
  • Updated --offset option usage in linear command.
  • Updated matrix positional usage in recomb command.

v3.0.0

16 Sep 02:15
Compare
Choose a tag to compare

v2.1.1

01 Jul 02:58
Compare
Choose a tag to compare
  • Fixed bug where images were always formatted as HEIF (#68).

v2.1.0

20 Jun 01:17
Compare
Choose a tag to compare

This release brings the CLIs features on-par with sharp.

v2.0.0

18 Jun 17:12
Compare
Choose a tag to compare
  • Removed --limitInputPixels and --sequentialRead.
  • Added --limitInputPixels when compositing images.
  • Updated sharp dependency (adding support for Apple M1) (#61).