@@ -68,7 +68,6 @@ With **-I** or **-V** you can choose to use only one of these file decoders
68
68
**quarter** (short 'q')
69
69
: This chooses a Unicdoe character with small sub-blocks for four pixels
70
70
: per characcter cell.
71
- :
72
71
: Quarter blocks will have a pixel aspect ratio of 1:2 (timg will stretch
73
72
: the picture accordingly, no worries), and can only
74
73
: represent colors approximately, as the four quadrant sub-pixels can only
@@ -88,7 +87,6 @@ With **-I** or **-V** you can choose to use only one of these file decoders
88
87
: The Kitty terminal implements an image protocol that allows for full
89
88
: 24Bit RGB/32 Bit RGBA images to be displayed. This is implemented in the
90
89
: `kitty` terminal but also e.g. `konsole`.
91
- :
92
90
: This is the only protocol that currently also works within `tmux`,
93
91
: but since it requires some very specific workarounds to `tmux`
94
92
: reluctance to support graphics (Unicode placeholders), it might only
@@ -286,9 +284,12 @@ With **-I** or **-V** you can choose to use only one of these file decoders
286
284
: Print some useful information such as observed terminal cells,
287
285
chosen pixelation, or observed frame-rate.
288
286
289
- ** -h** , ** - \- help **
287
+ ** -h**
290
288
: Print command line option help and exit.
291
289
290
+ ** -\- help**
291
+ : Page through detailed manpage-like help and exit.
292
+
292
293
** -\- debug-no-frame-delay**
293
294
: Don't delay frames in videos or animations but emit as fast as possible.
294
295
This might be useful for developers of terminal emulations to do performace
0 commit comments