peteruithoven / resizer

Quick image resizer app for elementary OS

Home Page:https://appcenter.elementary.io/com.github.peteruithoven.resizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resizer

Get it on AppCenter

Quickly resize images. Features:

  • Open images with Resizer or open Resizer and Drag and drop images
  • Maintains aspect ratio.
  • Keyboard control: Change the sizes using the up and down keys, press enter to resize.
  • Settings are stored for next time.

Screenshot resize image Screenshot empty Screenshot resize multiple images

Building, Testing, and Installation

You'll need the following dependencies:

  • meson >= 0.47.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 and was greatly improved by TraumaD.

About

Quick image resizer app for elementary OS

https://appcenter.elementary.io/com.github.peteruithoven.resizer/

License:GNU General Public License v3.0


Languages

Language:Vala 92.1%Language:Meson 7.1%Language:Python 0.8%