micahilbery / resizer

Quick image resizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resizer

Quick image resize, accessible image's context menu.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Building, Testing, and Installation

You'll need the following dependencies:

  • meson >= 0.43.0
  • libgranite-dev
  • valac

Run meson to configure the build environment and then ninja to build and run automated tests

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with com.github.peteruithoven.resizer

sudo ninja install
com.github.peteruithoven.resizer

translations

Generate .pot file using po/LINGUAS and po/POTFILES:

ninja com.github.peteruithoven.resizer-pot

Generate / update .po files:

ninja com.github.peteruithoven.resizer-update-po

Credits

A lot of the code is inspired by the elementary Screenshot tool and Felipe Escoto's wallpaperize.
The icon is based on the elementary Photos icon

About

Quick image resizer

License:GNU General Public License v2.0


Languages

Language:Vala 86.8%Language:Meson 11.4%Language:Python 1.8%