You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--glyph-file"[Load glyph information from FILE]:FILE:_files"
31
+
--grid"[Lay out images in a grid of CxR columns/rows per screenful. C or R may be omitted, e.g. '--grid 4'. Can be 'auto']:CxR"
32
+
{-g,--grid-on}"[Alias for '--grid auto']"
29
33
--invert"[Invert video. For display with bright backgrounds in color modes 2 and none. Swaps --fg and --bg]"
34
+
--label"[Labeling filenames below images. Defaults to off]:BOOL:(on off)"
35
+
{-l,--label-on}"[Alias for '--label on']"
36
+
--link"[Turns labels into clickable hyperlinks. Use with '--label on'. Defaults to auto]:MODE:(auto on off)"
30
37
--margin-bottom"[When terminal size is detected, reserve at least NUM rows at the bottom as a safety margin. Can be used to prevent images from scrolling out. Defaults to 1.]:NUM"
31
38
--margin-right"[When terminal size is detected, reserve at least NUM columns on the right-hand side as a safety margin. Defaults to 0.]:NUM"
32
39
{-O,--optimize}"[Compress the output by using control sequences. 0 disables, 9 enables every available optimization. Defaults to 5, except for when used with '-c none', where it defaults to 0]:NUM:("{0..9}")"
33
40
--passthrough"[Graphics protocol passthrough. Defaults to auto]:MODE:(auto none screen tmux)"
34
41
--polite"[Polite mode. Defaults to on. Turning this off may enhance presentation and prevent interference from other programs, but risks leaving the terminal in an altered state (rude).]:BOOL:(on off)"
35
42
{-p,--preprocess}"[Image preprocessing. Defaults to on with 16 colors or lower, off otherwise]:BOOL:(on off)"
43
+
--probe"[Probe terminal's capabilities and wait for response. A positive real number denotes the maximum time to wait for a response, in seconds. Defaults to 5.0]:MODE:(auto on off)"
36
44
--relative"[Use relative cursor positioning. Defaults to off]:BOOL:(on off)"
37
45
--scale"[Scale image, respecting terminal's maximum dimensions. 1.0 approximates original pixel dimensions. Specify max to use all available space. Defaults to 1.0 for pixel graphics and 4.0 for symbols]:NUM"
38
46
{-s,--size}"[Set maximum output dimensions in columns and rows. By default this will be the size of your terminal, or 80x25 if size detection fails]:WxH"
0 commit comments