summaryrefslogtreecommitdiff
path: root/tests/compare_images.c
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-10 00:39:23 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-10 00:39:23 +0200
commit5f02757eef51dc834401e2ba5500312a9edab95e (patch)
tree30406c4ddfa4da2a36fb45d0a93c22c733e3e37c /tests/compare_images.c
parent4f5ec07c315872bdee0885be085ebf57cede2db9 (diff)
Correct lossless issue on linux x86
Update uclouvain/openjpeg#571
Diffstat (limited to 'tests/compare_images.c')
-rw-r--r--tests/compare_images.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compare_images.c b/tests/compare_images.c
index cb1b1301..fa15d13e 100644
--- a/tests/compare_images.c
+++ b/tests/compare_images.c
@@ -85,7 +85,7 @@ static void compare_images_help_display(void)
fprintf(stdout,"\n");
fprintf(stdout," -b \t REQUIRED \t filename to the reference/baseline PGX/TIF/PNM image \n");
fprintf(stdout," -t \t REQUIRED \t filename to the test PGX/TIF/PNM image\n");
- fprintf(stdout," -n \t REQUIRED \t number of component of the image (used to generate correct filename)\n");
+ fprintf(stdout," -n \t REQUIRED \t number of component of the image (used to generate correct filename, not used when both input files are TIF)\n");
fprintf(stdout," -m \t OPTIONAL \t list of MSE tolerances, separated by : (size must correspond to the number of component) of \n");
fprintf(stdout," -p \t OPTIONAL \t list of PEAK tolerances, separated by : (size must correspond to the number of component) \n");
fprintf(stdout," -s \t OPTIONAL \t 1 or 2 filename separator to take into account PGX/PNM image with different components, "