diff options
| author | Antonin Descampe <antonin@gmail.com> | 2005-01-26 09:59:31 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2005-01-26 09:59:31 +0000 |
| commit | c83ae7397d31444e8280ddd73959e10d1dd4fb84 (patch) | |
| tree | d29b6c20271acae6c98512b31df615a186450c7d /codec | |
| parent | 3b1bee0eec81ae97bdb345103074e98ad1d29ab8 (diff) | |
Added layer option '-l' to the command line. This option allows user to
specify a maximum number of quality layers to be decoded.
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/j2k_to_image.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <number of quality layers to decode>\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 <number of quality layers to decode>\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"); |
