diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-27 23:35:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-29 01:02:55 +0700 |
commit | 1e651dc4b6fbfc5a48e8bd8c909db145c24444e0 (patch) | |
tree | acb1b517e8927dde03689468e8970300340fa83c /graphics/imv/README | |
parent | d89094de010bbeae0646e3fb75f770a6b80e98e7 (diff) |
graphics/imv: Added (image viewer for X and/or Wayland)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/imv/README')
-rw-r--r-- | graphics/imv/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/imv/README b/graphics/imv/README new file mode 100644 index 0000000000000..30357235ef02b --- /dev/null +++ b/graphics/imv/README @@ -0,0 +1,34 @@ +imv (image viewer for X and/or Wayland) + +imv is a command line image viewer intended for use with tiling window +managers. Features: + +* Native Wayland [2] and X11 [1] support +* Support for dozens of image formats including: + * PNG [1] + * JPEG [1] + * Animated GIFs [3] + * SVG [4] + * TIFF [1] + * Various RAW formats [5] + * Photoshop PSD files [5] +* Configurable key bindings and behaviour +* Highly scriptable with IPC via imv-msg + +Optional dependencies (autodetected): + +- wayland +- FreeImage (support for GIF, RAW, PSD formats) +- libnsgif (support for GIF) + +If you don't have at least one of FreeImage or libnsgif, imv won't +support GIF images at all. + +Notes: + +[1] - uses a library from core Slackware, so always enabled. +[2] - requires wayland. +[3] - requires either FreeImage or libnsgif. +[4] - imv supports SVG images, but the librsvg in Slackware 14.2 is too + old for imv to use, so SVG support is disabled. Sorry. +[5] - requires FreeImage. |