1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: catimg
Section: utils
Priority: optional
Maintainer: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.6.1
Homepage: https://github.com/posva/catimg
Vcs-Git: https://salsa.debian.org/debian/catimg.git
Vcs-Browser: https://salsa.debian.org/debian/catimg
Package: catimg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fast image printing in to your terminal
catimg is a little program written in C with no dependencies that
prints images in terminal. It supports JPEG, PNG, ICO and GIF formats.
.
You will need a 256 color terminal in order to use this program. For
higher resolution images, you need unicode support.
|