1consoleImageViewer(1) USER COMMANDS consoleImageViewer(1)
2
3
4
6 consoleImageViewer - highly scale-able, high quality, image viewer for
7 ANSI terminals
8
10 consoleImageViewer
11 [-h][--help][-best][-fg][-bg][-nochar][-names][-ratio][-rect][-negChar][-neg‐
12 Color][-wX][-hX] image-name(s)
13
14 Number of hyphens nor case meter for switches.
15
17 Not exactly photo-viewer, but when in terminal, and need quick preview
18 of (small) image(s) then it is best of its kind
19
20 It is strongly recommended to 'export COLUMNS LINES' to adapt correctly
21 to your terminal
22
24 -h/--help
25 print help and exits
26
27 -best overwrite everything and set best settngs
28
29 -bestnchar
30 same but sets nochar to true
31
32 -fg use linux ansi escape color for character
33
34 -bg use linux ansi escape color for background
35
36 -nochar
37 disable shadowing by characters
38
39 -names prints out image name before drawing it
40
41 -ratio forece to keep image ratio
42
43 -rect will force rendering assuming that console char is not square,
44 but rectangle of 2w~=h
45
46 -negChar
47 invert chars
48
49 -negColor
50 invert colors
51
52 -wX force width to width X ignoring exported COLUMNS
53
54 -hX force height to height X ignoring exported LINES
55
56
58 No switch is considered as -best
59 consoleImageViewer <image_name(s)>
60
61 same as
62 consoleImageViewer -best <image_name(s)>
63
64 Pretty good black and white (or any terminal default view)
65 consoleImageViewer -ratio -rect -negChar <image_name(s)>
66
67 Overriding default or COLUMNS/ROWS by seize of 128 (-noChar is ignored
68 because -best is used)
69 consoleImageViewer -best -noChar -w128 -h128 <image_name(s)>
70
72 consoleImageViewer returns zero unless itcrashes
73
75 Jiri Vanek (judovana (at) email.cz)
76
78 dispaly(1)
79
80
81
82version 1.2 December 04, 2015 consoleImageViewer(1)