Gthumbは高速でワイルドカードを使用できるため、長い間、選択した画像ビューアとしてGthumbを使用してきました。
ただし、前回の更新(バージョン3.4.3)以降、低解像度の画像の表示はひどいものになっています。 「ズームレベル」を「高」に設定しましたが、役に立ちません。残念ながら、問題は解決しません。
したがって、Geeqieはこれらの低解像度の画像をより適切に処理し、より良い品質で表示することがわかりました(つまり、はるかに優れたレンダリングを意味します)。
問題は、Geeqieでワイルドカードを使用する方法が見つからなかったために、Gthumbを使用しなければならない場合があることです。 Gthumbの使用は次のように簡単です:gthumb camp*
または、たとえば、gthumb photo[0-9]*
。
Geeqieでワイルドカードを使用する方法はありますか?
Geeqieには、次のようなrudimentaryコマンドラインインターフェイスがあります。
andrew@ilium~$ geeqie -h
Geeqie 1.3
Usage: geeqie [options] [path]
valid options are:
+t, --with-tools force show of tools
-t, --without-tools force hide of tools
-f, --fullscreen start in full screen mode
-s, --slideshow start in slideshow mode
-l, --list [files] [collections] open collection window for command line
--blank start with blank file list
--geometry=XxY+XOFF+YOFF set main window location
-r, --remote send following commands to open window
-rh,--remote-help print remote command list
--debug[=level] turn on debug output
-v, --version print version info
-h, --help show this message
andrew@ilium~$
ニーズに近づく最も満足のいくコマンドラインは、次のようになります。
geeqie --without-tools --list *.png
したがって、--list
オプションはあなたの友達になります、そして私は問題なく多くの正規表現でテストしました、そして確かにワイルドカードは非常にうまくいきました。 --slideshow
オプションもかなりクールでした...