unixpickle / exview

An extended image viewer for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exview

An extended image viewer. Lets you view, resize, and crop images.

Building

Install some dependencies:

sudo apt install -y libgtk-3-dev valac

Compile the binary:

make

Install the desktop application, complete with a desktop shortcut and an icon:

make install

You can also uninstall the desktop application:

make uninstall

About

An extended image viewer for Linux


Languages

Language:Vala 97.6%Language:Makefile 2.4%