Skip to content

Commit 5d2d2d7

Browse files
author
Grok Compression
committed
doc: update markdown
1 parent 4e353ef commit 5d2d2d7

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

doc/man/md/man1/grk_compress.1.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ IPTC (JP2 Only)
4141

4242
If an input `TIF/TIFF` file contains `IPTC` metadata, this metadata will be stored in the compressed file.
4343

44-
XMP (JP2\JPH Only)
44+
XMP (JP2 Only)
4545

4646
If an input `TIF/TIFF` or `PNG` file contains `XMP` metadata, this metadata will be stored in the compressed file.
4747

48-
EXIF (JP2 only)
48+
EXIF (JP2\JPH only)
4949

5050
If an input `JPEG` or `PNG` file contains `EXIF` metadata, this metadata will be automatically stored in the compressed file.
5151

@@ -124,6 +124,10 @@ Example of a raw `512x512` unsigned image with `4:2:0` sub-sampling
124124

125125
-F 512,512,3,8,u@1x1:2x2:2x2
126126

127+
`-f, --apply-icc`
128+
129+
Apply ICC profile before compression, if present.
130+
127131
`-A, --rate--control-algorithm [0|1]`
128132

129133
Select algorithm used for rate control.

doc/man/md/man1/grk_decompress.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ XMP (JP2\JPH only)
4646

4747
If a compressed input contains `XMP` metadata, this metadata will be stored to the output file if that output file is in `TIF\\TIFF` or `PNG` format.
4848

49-
EXIF (JP2 only)
49+
EXIF (JP2\\JPH only)
5050

5151
If a compressed input contains `EXIF` metadata, this metadata will be automatically stored to the output file if that output file is in `JPEG` or `PNG` format.
5252

src/lib/codec/generated/compress_help.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ IPTC (JP2 Only)
2929

3030
If an input `TIF/TIFF` file contains `IPTC` metadata, this metadata will be stored in the compressed file.
3131

32-
XMP (JP2\JPH Only)
32+
XMP (JP2 Only)
3333

3434
If an input `TIF/TIFF` or `PNG` file contains `XMP` metadata, this metadata will be stored in the compressed file.
3535

36-
EXIF (JP2 only)
36+
EXIF (JP2\JPH only)
3737

3838
If an input `JPEG` or `PNG` file contains `EXIF` metadata, this metadata will be automatically stored in the compressed file.
3939

@@ -112,6 +112,10 @@ Example of a raw `512x512` unsigned image with `4:2:0` sub-sampling
112112

113113
-F 512,512,3,8,u@1x1:2x2:2x2
114114

115+
`-f, --apply-icc`
116+
117+
Apply ICC profile before compression, if present.
118+
115119
`-A, --rate--control-algorithm [0|1]`
116120

117121
Select algorithm used for rate control.

src/lib/codec/generated/decompress_help.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ XMP (JP2\JPH only)
3434

3535
If a compressed input contains `XMP` metadata, this metadata will be stored to the output file if that output file is in `TIF\\TIFF` or `PNG` format.
3636

37-
EXIF (JP2 only)
37+
EXIF (JP2\\JPH only)
3838

3939
If a compressed input contains `EXIF` metadata, this metadata will be automatically stored to the output file if that output file is in `JPEG` or `PNG` format.
4040

0 commit comments

Comments
 (0)