imv is a command line image viewer intended for use with tiling window managers.
- Wayland Support
- Support for over 30 different image file formats including:
- Photoshop PSD files
- Animated GIFS
- Various RAW formats
imv image1.png another_image.jpeg yet_another.TIFF
find . "*.png" | imv -i
imv -s *.gif
imv -fs image.jpeg
find . "*.png" | sort | imv -i
find . "*.png" | shuf | imv -i
make
make install
imv is published under the MIT license.