File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Name: dssim
2- Version: 1.3.0
2+ Version: 1.3.1
33Release: 1
44Summary: This tool computes (dis)similarity between two (or more) PNG images
55
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ static void usage(const char *argv0)
7878 "Compares first image against subsequent images, and outputs\n" \
7979 "1/SSIM-1 difference for each of them in order (0 = identical).\n\n" \
8080 "Images must have identical size, but may have different gamma & depth.\n" \
81- "\nVersion 1.3.0 http ://pornel.net /dssim\n" \
81+ "\nVersion 1.3.1 https ://kornel.ski /dssim\n" \
8282 , argv0 , argv0 );
8383}
8484
@@ -176,7 +176,7 @@ int main(int argc, char *const argv[])
176176 double dssim = dssim_compare (attr , original , modified );
177177 dssim_dealloc_image (modified );
178178
179- printf ("%.6f \t%s\n" , dssim , file2 );
179+ printf ("%.8f \t%s\n" , dssim , file2 );
180180
181181 if (map_output_file ) {
182182 dssim_ssim_map map_meta = dssim_pop_ssim_map (attr , 0 , 0 );
You can’t perform that action at this time.
0 commit comments