EoM - Image Viewer
Source Code | Bug Tracker | Dependencies | API Documentation
eom or the Eye of MATE is the official image viewer for the MATE Desktop Environment. It aims to be simplistic, lightweight, and easy to use. The Eye of MATE may also be used to perform basic tasks like image flipping and rotation.
Eye of MATE features a flexible plugin system which can be used to dynamically add new advanced features to eom itself. eom uses the gdk-pixbuf library, it can handle large images, zoom, and scroll with low memory usage.
Simple build procedure:
$ git submodule update --init --recursive # Init Git submodules
$ ./autogen.sh --prefix=/usr # Build configuration
$ make # Build
For installation to a separate prefix change the above ./autogen.sh
command to:
$ ./autogen.sh --prefix=/an/other/path
After building the package you may install it:
[ Become root if necessary ]
$ make install # Installation