Releases: Lenni009/simple-image-compressor
Releases · Lenni009/simple-image-compressor
1.8.2
1.8.1
Dispose imagebitmap after use
1.8.0
Merge pull request #16 from Lenni009/dev optimise canvas rendering
1.7.0
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
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
Merge pull request #6 from Lenni009/dev syntax