1CATIMG(1)                   General Commands Manual                  CATIMG(1)
2
3
4

NAME

6       catimg - fast image printing in to your terminal
7
8

SYNOPSIS

10       catimg [-hct] [-w width | -H height] [-l loops] [-r resolution] image
11
12

DESCRIPTION

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

OPTIONS

19       -c     Coerce colors to a restricted  palette.  Allows  terminals  with
20              limited  color  support to render a more accurate version of the
21              image than if it was directly done by the terminal itself.
22
23       -h     Prints a help message
24
25       -H HEIGHT
26              Specify the height of the displayed image, passing '0' will  use
27              terminal height.
28
29       -l LOOPS
30              Specify  the  amount of loops that catimg should repeat a GIF. A
31              value of 1 means that the GIF will be displayed twice.  A  nega‐
32              tive value implies infinity.
33
34       -r RESOLUTION
35              Possible  values  1  or 2. Force the resolution of the image. By
36              default catimg will check if rendering in higher  resolution  is
37              possible and do so or use the lower one.
38
39       -t     Disables  true color (24-bit) support, falling back to 256 color
40              escape codes instead.
41
42       -w WIDTH
43              Specify the width of the displayed  image.  When  not  provided,
44              catimg will use the terminal width.
45
46

BUGS

48       Please report any bugs to https://github.com/posva/catimg/issues.
49
50

AUTHORS

52       catimg     was     written     by    Eduardo    San    Martin    Morote
53       (https://github.com/posva)
54
55       This manual page was written by  Jonathan  Carter  <jcarter@linux.com>,
56       Eduardo San Martin Morote and Thomas Kupper
57
58
59
60catimg                             June 2020                         CATIMG(1)
Impressum