diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-03-12 14:24:20 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-03-12 14:24:20 +0100 |
| commit | 2c7eb4fed9cbed43ae402840f6706998ce2dd1c4 (patch) | |
| tree | e584a3beaed2c02e1532bf23fee039d7478e7cb3 /src | |
| parent | a59512e0990c5923de77a542a1386edee32acd47 (diff) | |
opj_compress: fix help message regarding default precinct size
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jp2/opj_compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/opj_compress.c b/src/bin/jp2/opj_compress.c index 26454d9e..f6474d97 100644 --- a/src/bin/jp2/opj_compress.c +++ b/src/bin/jp2/opj_compress.c @@ -205,7 +205,7 @@ static void encode_help_display(void) fprintf(stdout, " resolution levels. The last specified record is right-shifted for each \n"); fprintf(stdout, " remaining lower resolution levels.\n"); - fprintf(stdout, " Default: 215x215 at each resolution.\n"); + fprintf(stdout, " Default: 2^15x2^15 at each resolution.\n"); fprintf(stdout, "-t <tile width>,<tile height>\n"); fprintf(stdout, " Tile size.\n"); fprintf(stdout, |
