×

imv X11/Wayland图像查看器

消耗积分:2 | 格式:zip | 大小:0.10 MB | 2022-05-30

h1654155273.0656

分享资料个

授权协议 MIT
开发语言 C/C++
操作系统 Linux
软件类型 开源软件

软件简介

imv 是一个命令行图像查看器,旨在与平铺式窗口管理器一起使用。

特征

  • 原生 Wayland 和 X11 支持
  • 支持数十种图像格式,包括:
    • PNG
    • JPEG
    • GIF
    • SVG
    • TIFF
    • 各种 RAW 格式
    • Photoshop PSD 文件
  • 可配置的键绑定和行为
  • 高度脚本化

示例用法

以下示例快速说明了如何使用 imv

# Opening images
imv image1.png another_image.jpeg a_directory

# Opening a directory recursively
imv -r Photos

# Opening images via stdin
find . -type f -name "*.svg" | imv

# Open an image fullscreen
imv -f image.jpeg

# Viewing images in a random order
find . -type f -name "*.png" | shuf | imv

# Viewing images from stdin
curl http://somesi.te/img.png | imv -

# Viewing multiple images from the web
curl -Osw '%{filename_effective}\\\\n' 'http://www.example.com/[1-10].jpg' | imv

安装

依赖关系

pthreads   Required.
xkbcommon   Required.
pangocairo   Required.
icu   Required.
X11   Optional. Required for X11 support.
GLU   Optional. Required for X11 support.
xcb   Optional. Required for X11 support.
xkbcommon-x11   Optional. Required for X11 support.
wayland-client   Optional. Required for Wayland support.
wayland-egl   Optional. Required for Wayland support.
EGL   Optional. Required for Wayland support.
FreeImage   Optional. Provides PNG, JPEG, TIFF, GIF, etc.
libtiff   Optional. Provides TIFF support.
libpng   Optional. Provides PNG support.
libjpeg-turbo   Optional. Provides JPEG support.
librsvg >=v2.44 Optional. Provides SVG support.
libnsgif   Optional. Provides animated GIF support.
libheif   Optional. Provides HEIF support.
 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !