Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Releases: obartra/ssim

v3.5.0

12 Oct 14:34
290a9fb
Compare
Choose a tag to compare
feat(deps): update dependency semantic-release to v17.2.1 (#285)

BREAKING CHANGE

v3.4.0

12 Oct 14:27
f9d924c
Compare
Choose a tag to compare
feat(deps): update all dependencies

Co-authored-by: Renovate Bot <[email protected]>

BREAKING CHANGE

v3.3.2

09 Oct 22:20
3be9c57
Compare
Choose a tag to compare
perf(ssim): improve rgb and weber speed (#284)

Weber algorithm improvements:
- No interim rounding
- No division
- Removed branching
- Keeps all numbers as floating points at the end

RGB to Grayscale improvements:
- Makes integer rgb calculation the default.
- Old behavior can be restored by setting the option `rgb2grayVersion`
  to 'original'
- Value changes are ~±0.001

Closes #276, closes #277, closes #278, closes #279, closes #281

BREAKING CHANGE

v3.3.1

09 Oct 21:32
27e37df
Compare
Choose a tag to compare
fix: remove DOM as lib dependency for typescript (#283)

fix #282

v3.3.0

02 Sep 12:15
19e71c6
Compare
Choose a tag to compare
feat(ssim): make Weber algorithm the default (#273)

Switch from the default algorithm to Weber's which is faster and
produces almost identical results

BREAKING CHANGE

v3.2.0

20 Aug 13:05
ca72429
Compare
Choose a tag to compare
feat(weber): add Weber SSIM (follow-up) (#271)

- This comment is a cleanup / formatting commit
- Flagged as "feat" to ensure we trigger a minor version from the
  previous one, which did add the Weber approach but somehow didn't
  trigger a release

v3.1.2

16 Aug 15:19
7c294fe
Compare
Choose a tag to compare
perf(rgb2gray): deloop and remove Math.round.  Triggers a 66% improve…

v3.1.1

18 Jun 23:14
3b8bf41
Compare
Choose a tag to compare
chore(deps): update all dependencies (#218)

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Oscar <[email protected]>

v3.1.0

29 Dec 04:30
9d11e1b
Compare
Choose a tag to compare
fix(publication): update publication steps for semantic-release 4 (#159)

Updates semantic release to v4 format (no pre / post steps)

Co-authored-by: obartraindeed <[email protected]>

v3.0.0

24 Jan 17:34
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2017-01-24)

Features

  • algorithm: Adds Bezkrovny's SSIM algorithm (#85) (3c626740)