Skip to content

Releases: Lenni009/simple-image-compressor

1.8.2

11 May 20:53
f1242da
Compare
Choose a tag to compare

Reject with Error instead of just text

1.8.1

20 Apr 17:43
8d181c3
Compare
Choose a tag to compare

Dispose imagebitmap after use

1.8.0

12 Mar 20:21
9373ed7
Compare
Choose a tag to compare
Merge pull request #16 from Lenni009/dev

optimise canvas rendering

1.7.0

12 Mar 17:11
8060dea
Compare
Choose a tag to compare

New: Minified script for use from a CDN
Performance improvement: Copies the file to the worker instead of converting the file to ArrayBuffer, then transferring the data, then converting back to Blob

1.5.0

11 Mar 19:01
e00a063
Compare
Choose a tag to compare

BREAKING CHANGE
The following MIME types were deprecated:

  • image/png
  • image/gif

The following MIME type was added:

  • image/webp

This is due to these formats using lossless compression, so we cannot compress them by lowering the quality (which is the method used by this package)

1.4.2

19 Feb 21:13
9ce24d1
Compare
Choose a tag to compare
Merge pull request #6 from Lenni009/dev

syntax