Find a file
2015-11-06 13:02:03 +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 TIFF support 2015-11-06 12:59:54 +00:00
main.c Quickly skip over groups of unsupported files 2015-11-06 11:17:36 +00:00
Makefile Add TIFF support 2015-11-06 12:59:54 +00:00
png.c Add a PNG loader 2015-11-05 21:14:34 +00:00
README.md Update README 2015-11-06 13:02:03 +00:00
tiff.c Add TIFF support 2015-11-06 12:59:54 +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.

Currently supported file formats:

  • PNG
  • JPEG
  • TIFF

TODO:

  • GIF
  • TGA
  • BMP
  • and more