jasper-software / jasper

Official Repository for the JasPer Image Coding Toolkit
http://www.ece.uvic.ca/~mdadams/jasper
Other
223 stars 101 forks source link

[Help document bug] For imginfo, the help document misses some options #343

Closed ccccmd closed 1 year ago

ccccmd commented 2 years ago

The "--help" option of imginfo misses the option "X", "default-memory-limit", "list-enabled-formats“,"list-all-formats", "enable-format" and "enable-all-formats" for version 3.0.6.

            special = 1;
            break;
            default_mem_limit = true;
            break;
            list_codecs = 1;
            list_codecs_all = 0;
            break;
            list_codecs = 1;
            list_codecs_all = 1;
            break;
            enable_format = jas_optarg;
            break;
            enable_all_formats = 1;
            break;

But they do not appear in the document provided by "--help".

It may prevent users from using the relevant function.

mdadams commented 1 year ago

See the comment for #344. This issue has been fixed on the master branch. See commit e97639fe47faed62703ba47c1071b91e3d76eb41.