README 739 B

1234567891011121314151617181920212223
  1. meh (image viewer for X)
  2. meh is a small, simple, super fast image viewer using raw XLib.
  3. It is similar to feh, but faster and simpler.
  4. meh can use ImageMagick's convert to view almost 200 file formats,
  5. though it is slower for these formats. Built in formats are JPEG, PNG,
  6. BMP, and netpbm.
  7. Features:
  8. * Fast
  9. * Tiny
  10. * Fast JPEG, PNG, GIF and BMP support
  11. * Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
  12. * ImageMagick support by calling convert
  13. * All ImageMagick formats (almost 200)
  14. * This allows limited support for PDFs and SVGs
  15. * Scales images to window size
  16. * Preserves aspect ratio (either via EWMH hints or padding the window)
  17. * XSHM Support
  18. * Minimal dependencies (Xlib, libjpeg, libpng, giflib)