忘備録-備忘録

技術的な備忘録

コンソールターミナルに画像を表示

2020-04-02 23:37:24 | raspberry ...
前回X11を使わずに、コンソールターミナルのみで日本語の表示・入力を行う方法を書きましたが、ついでにコンソールターミナルに画像を表示する方法を解説します。
fbiというソフトがaptからインストールでき有名なようですが、fbtermと同時に使用できません。そこでfbvというソフトを使用します。

インストール
$ git clone https://github.com/godspeed1989/fbv.git
$ cd fbv
$ ./configure
$ make
$ sudo make install

使用方法
$ fbv 画像ファイル名
$ fbv *.jpg

キー入力で操作します。
Input keys:
 r               : Redraw the image
 < or ,        : Previous image
 > or .        : Next image
 a, d, w, x  : Pan the image
 f               : Toggle resizing on/off
 k              : Toggle resizing quality
 e              : Toggle enlarging on/off
 i               : Toggle respecting the image aspect on/off
 n              : Rotate the image 90 degrees left
 m             : Rotate the image 90 degrees right
 p              : Disable all transformations
 q              : Quit



参考


最新の画像もっと見る

コメントを投稿