长期以来,我一直使用 Gthumb 作为我的首选图像查看器,因为它速度快并且允许我使用通配符。
自从上次更新(版本 3.4.3)以来,低分辨率图像的显示效果非常糟糕。我将“缩放级别”设置为“高”,但无济于事。不幸的是,问题仍然存在。
因此我发现 Geeqie 可以更好地处理这些低分辨率图像,并以更好的质量显示它们(我的意思是更好的渲染)。
问题是,有时我仍然不得不求助于使用 Gthumb,因为我从未找到在 Geeqie 中使用通配符的方法。使用 Gthumb 非常简单:gthumb camp*
或者,例如gthumb photo[0-9]*
。
有没有办法在 Geeqie 中使用通配符?
答案1
Geeqie 有一个初级的命令行界面如下:
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
选项也非常酷...