explosion-mental / mage

iMAGE viewer

Home Page:https://explosion-mental.codeberg.page/p/mage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mage - image viewer

mage is a simple image viewer. It should be very straightforward how it works (thanks to Imlib2) and comes with useful configurable features.

Wait for version 1.0

Dependencies

  • libX11
  • libImlib2
  • fontconfig (status bar)

Installation

Edit config.mk to match your local setup (mage is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install mage (if necessary as root):

make clean install

Running mage

run

mage [file]

See the manpage for further options.

TODO

  • custom (thumbnail) mode that has different layouts (e.g. grid)
  • Top status bar
  • Merge everything into mage.c and order functions alphabetically
  • remove most of the function on cmd.c. They deserve a patch rather than to be in mainline

About

iMAGE viewer

https://explosion-mental.codeberg.page/p/mage

License:GNU General Public License v2.0


Languages

Language:C 90.4%Language:Makefile 4.9%Language:Roff 4.7%