[trunk] WIP: add a set decoded resolution factor function and update j2k_to_image help about decoded region

This commit is contained in:
Mickael Savinaud
2011-11-17 14:21:11 +00:00
parent b41cad58cb
commit 8026d0b2e7
8 changed files with 75 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ void decode_help_display(void) {
fprintf(stdout," are decoded.\n");
fprintf(stdout," -x \n");
fprintf(stdout," Create an index file *.Idx (-x index_name.Idx) \n");
fprintf(stdout," -d <x0,x1,y0,y1>\n");
fprintf(stdout," -d <x0,y0,x1,y1>\n");
fprintf(stdout," OPTIONAL\n");
fprintf(stdout," Decoding area\n");
fprintf(stdout," By default all tiles header are read.\n");