-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
I found two small typos in the 2.-grk_compress.md
wiki page that caused a bit of a head-scratcher for me.
--- 2.-grk_compress_org.md 2025-07-25 11:46:37.509459481 +0200
+++ 2.-grk_compress.md 2025-07-25 11:47:36.440902813 +0200
@@ -110,7 +110,7 @@
-F 512,512,3,8,u@1x1:2x2:2x2
-#### `-r, --compression-ratios [<compression ratio>,<compression ratio>,...]`
+#### `-r, --compression_ratios [<compression ratio>,<compression ratio>,...]`
Note: not supported for Part 15 (HTJ2K) compression
@@ -130,7 +130,7 @@
Code-block size. The dimension must respect the constraint defined in the JPEG-2000 standard (no dimension smaller than 4 or greater than 1024, no code-block with more than 4096 coefficients). The maximum value authorized is 64x64. Default: 64x64.
-#### `-c, ---precinct-dims [ [prec width,prec height],[prec width,prec height],... ]`
+#### `-c, --precinct-dims [ [prec width,prec height],[prec width,prec height],... ]`
Precinct dimensions. Dimensions specified must be powers of 2. Multiple records may be specified, in which case the first record refers to the highest resolution level and subsequent records refer to lower resolution levels. The last specified record's dimensions are progressively right-shifted (halved in size) for each remaining lower resolution level. Default: `2^15x2^15` at each resolution i.e. precincts are not used. Note: the inner square brackets must actually be present.
Metadata
Metadata
Assignees
Labels
No labels