Find a file
2015-11-06 20:18:18 +00:00
.gitignore Initial commit 2015-11-05 19:57:24 +00:00
LICENSE Place imv under the MIT license 2015-11-05 22:35:17 +00:00
main.c Add fullscreen mode 2015-11-06 20:18:18 +00:00
Makefile Add install target to makefile 2015-11-06 16:57:40 +00:00
README.md Update readme 2015-11-06 18:20:52 +00:00

imv - Image Viewer

imv is a command line image viewer intended for use with tiling window managers.

Currently imv is in alpha. Command line flags and shortcuts may change without notice.

Features

###Wayland support

imv supports Wayland out of the box.

###Support for many file formats

  • BMP
  • Dr. Halo CUT
  • DDS
  • EXR
  • Raw
  • GIF
  • HDR
  • ICO
  • IFF
  • JBIG
  • JNG
  • JPEG/JIF
  • JPEG-2000
  • JPEG-XR
  • KOALA
  • Kodak PhotoCD
  • MNG
  • PCX
  • PBM/PGM/PPM
  • PFM
  • PNG
  • Macintosh PICT
  • Photoshop PSD
  • RAW
  • Sun RAS
  • SGI
  • TARGA
  • TIFF
  • WBMP
  • WebP
  • XBM
  • XPM

Usage

Opening images

imv image1.png another_image.jpeg yet_another.TIFF

Opening images via stdin

find . "*.png" | imv -

Sorting images

find . "*.png" | sort | imv -

Shuffling images

find . "*.png" | shuf | imv -

License

imv is published under the MIT license.