Find a file
2015-11-05 22:35:17 +00:00
.gitignore Initial commit 2015-11-05 19:57:24 +00:00
jpeg.c Add JPEG support 2015-11-05 21:45:31 +00:00
LICENSE Place imv under the MIT license 2015-11-05 22:35:17 +00:00
loader.c Add JPEG support 2015-11-05 21:45:31 +00:00
main.c Don't scale image 2015-11-05 21:15:08 +00:00
Makefile Add JPEG support 2015-11-05 21:45:31 +00:00
png.c Add a PNG loader 2015-11-05 21:14:34 +00:00
README.md Update README 2015-11-05 22:31:38 +00:00

imv - Image Viewer

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

This software is currently in alpha.

Supported file formats:

  • PNG
  • JPEG

TODO:

  • GIF
  • TIFF
  • BMP
  • and more