From c83ae7397d31444e8280ddd73959e10d1dd4fb84 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 26 Jan 2005 09:59:31 +0000 Subject: Added layer option '-l' to the command line. This option allows user to specify a maximum number of quality layers to be decoded. --- codec/j2k_to_image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'codec') diff --git a/codec/j2k_to_image.c b/codec/j2k_to_image.c index 5895b8e3..d7f72183 100644 --- a/codec/j2k_to_image.c +++ b/codec/j2k_to_image.c @@ -75,10 +75,10 @@ void usage_display(char *prgm) fprintf(stdout," image resolution is effectively divided by 2 to the power of the\n"); fprintf(stdout," number of discarded levels. The reduce factor is limited by the\n"); fprintf(stdout," smallest total number of decomposition levels among tiles.\n"); - //fprintf(stdout," -l \n"); - //fprintf(stdout," Set the maximum number of quality layers to decode. If there are\n"); - //fprintf(stdout," less quality layers than the specified number, all the quality layers\n"); - //fprintf(stdout," are decoded.\n"); + fprintf(stdout," -l \n"); + fprintf(stdout," Set the maximum number of quality layers to decode. If there are\n"); + fprintf(stdout," less quality layers than the specified number, all the quality layers\n"); + fprintf(stdout," are decoded.\n"); fprintf(stdout," -u\n"); fprintf(stdout," print an usage statement\n"); fprintf(stdout,"\n"); -- cgit v1.2.3