Skip to content

Commit

Permalink
Merge pull request #6 from ChrisRega/0.3.1-dev
Browse files Browse the repository at this point in the history
Bump version to 0.3.1
  • Loading branch information
ChrisRega committed Sep 26, 2023
2 parents 0864913 + 121f15c commit 7642ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image-compare"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Christopher Regali <christopher.regali@vdop.org>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Neither [memory optimizations](https://actix.vdop.org/view_post?post_num=10) nor
- RGBA: Same as RGB but alpha contains the inverse of the alpha-diffs. If something is heavily translucent, the alpha was so different, that differentiating between color and structure difference would be difficult. Also, minimum alpha is clamped at 0.1, so you can still see all changes.

Changelog:
0.3.1:
- Remove additional dependencies from image-rs, making this library more lean (Thanks @ericseppanen)
0.3.0:
- An error was found in hybrid RGB compare in 0.2.x that over-weighted color differences. Numbers in tests were adjusted
- Influence was very small for most images but noticeable for the color-filtered one which yields much higher similarity now
Expand Down

0 comments on commit 7642ff2

Please sign in to comment.