Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 12, 2015
1 parent ff8dae1 commit b021826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Plain download from here: https://launchpad.net/~lkwg82/+archive/ubuntu/dssim/+p

## Accuracy

Scores for version 1.2 measured against [TID2008][1] database:
Scores for version 1.3 measured against [TID2008][1] database:

TID2008 Category | Spearman correlation
--- | ---
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void usage(const char *argv0)
"Compares first image against subsequent images, and outputs\n" \
"1/SSIM-1 difference for each of them in order (0 = identical).\n\n" \
"Images must have identical size, but may have different gamma & depth.\n" \
"\nVersion 1.2.0 http://pornel.net/dssim\n" \
"\nVersion 1.3.0 http://pornel.net/dssim\n" \
, argv0, argv0);
}

Expand Down

0 comments on commit b021826

Please sign in to comment.