Provided by: ueberzug_18.2.2-1build1_amd64 bug

NAME

       ueberzug - command line utility which draws images on terminals

SYNOPSIS

       ueberzug layer [OPTIONS]

       ueberzug library

       ueberzug version

DESCRIPTION

       ueberzug  is  a  command line utility which can draw images on terminals by using child windows.  It pos‐
       sesses many advantages over w3mimgdisplay, including: the use  of  chars  as  the  size  unit  for  posi‐
       tion/size,  tmux support, processing of expose events, and support for terminals that do not support WIN‐
       DOWID.

       ueberzug takes the following arguments:

              layer [OPTIONS]
                  Display image

              library
                  Print the path to the bash library

              version
                  Print version information and exit

OPTIONS

       The layer argument supports the following options:

       -p, --parser [ json | simple | bash ]

              json: JSON object per line (default)

              simple: Key-values separated by a tab character

              bash: associative array dumped via `declare -p`

       -l, --loader [ thread | process | synchronous ]

              thread: load image in thread (default)

              process: load image in additional process

              synchronous: load image right away

       -s, --silent

              Print STDERR to /dev/null

COPYRIGHT

       Copyright (c) 2018-2019 Nico Bäurer <https://github.com/seebye>

LICENSE

       Ueberzug is licensed under the GNU General Public License v3.0

AUTHOR

       This manual page is based on the ueberzug help documentation.  It was created by Nick Morrott  <nickm@de‐
       bian.org> for the Debian GNU/Linux system, but may be used by others

SEE ALSO

       w3mimgdisplay(1)

       Example scripts using ueberzug in /usr/share/doc/ueberzug/examples

18.2.2                                             March 2022                                        UEBERZUG(1)