1CATIMG(1) General Commands Manual CATIMG(1)
2
3
4
6 catimg - fast image printing in to your terminal
7
8
10 catimg [options] image
11
12
14 catimg is a little program written in C with no dependencies that
15 prints images in the terminal. It supports JPEG, PNG and GIF formats.
16
17
19 -h Prints a help message
20
21 -w WIDTH
22 Specify the width of the displayed image, by default catimg will
23 use the terminal width.
24
25 -l LOOPS
26 Specify the amount of loops that catimg should repeat a GIF. A
27 value of 1 means that the GIF will be displayed twice. A nega‐
28 tive value implies infinity.
29
30 -r RESOLUTION
31 Possible values 1 or 2. Force the resolution of the image. By
32 default catimg will check if rendering in higher resolution is
33 possible and do so or use the lower one.
34
35 -c Convert colors to a restricted palette. This is useful when ter‐
36 minal only support a limited set of colors. This transformation
37 should be more accurate than the one performed by the terminal.
38
39
41 Please report any bugs to https://github.com/posva/catimg/issues.
42
43
45 catimg was written by Eduardo San Martin Morote
46 (https://github.com/posva)
47
48 This manual page was written by Jonathan Carter <jcarter@linux.com> and
49 Eduardo San Martin Morote
50
51
52
53catimg January 2017 CATIMG(1)