README 761 B

12345678910111213141516171819202122232425262728
  1. imv (image viewer for X and/or Wayland)
  2. imv is a command line image viewer intended for use with tiling window
  3. managers. Features:
  4. * Native Wayland and X11 support
  5. * Support for dozens of image formats including:
  6. * PNG
  7. * JPEG
  8. * Animated GIFs (requires FreeImage or libnsgif)
  9. * SVG
  10. * TIFF
  11. * Various RAW formats (requires FreeImage)
  12. * Photoshop PSD files (requires FreeImage)
  13. * WEBP
  14. * HEIF/AVIF (requires libheif)
  15. * Configurable key bindings and behaviour
  16. * Highly scriptable with IPC via imv-msg
  17. Optional dependencies (autodetected):
  18. - FreeImage (support for GIF, RAW, PSD formats)
  19. - libnsgif (support for GIF)
  20. - libheif (support for HEIF/AVIF)
  21. If you don't have at least one of FreeImage or libnsgif, imv won't
  22. support GIF images at all.