All Projects â†’ Taiko2k â†’ Avvie

Taiko2k / Avvie

Licence: GPL-3.0 license
A GTK app for quick image cropping 🎴

Programming Languages

python
139335 projects - #7 most used programming language
Meson
512 projects
CSS
56736 projects

Avvie!

A utility for quickly cropping images. Designed to be faster than the time it takes to locate the crop tool in GIMP.

Features

  • Quickly crop square images for avatars
  • Crop desktop wallpapers from photos
  • Scale images to preset output sizes
  • Quick saving
  • And more handy features





Usage tips

  • You can import by drag and drop from your Pictures folder
  • Hold Shift to move the selection rectangle slowly
  • Tap Ctrl to enter free rectangle mode
  • Click the preview to toggle between square and circle. The final output will still be square unless associated option is also enabled in preferences. To clarify the behavior:
    • Square preview = square output
    • Circle preview + circle mode off = square output
    • Circle preview + circle mode on + png off = Cropped circle with white background
    • Circle preview + circle mode on + png on = Square with circle alpha mask
  • You can type a custom ratio into the entry field next to the "Custom" option e.g. 4:3, then press Enter.
  • You can also type a custom crop resolution into that same field, e.g. 300,500.
  • [Permission workaround] Run sudo flatpak override com.github.taiko2k.avvie --filesystem=host to allow drag and drop from all file locations.

Install

Flatpak is the recommended way to install Avvie. You can get the latest version from flathub by clicking the button below.

Download on Flathub

Third Party Packages

You may also be able to obtain Avvie from your distribution's package manager. Note these packages are maintained independently and thus may differ from the official version on Flathub. Please report any issues experienced to the package maintainer.

Packaging status

Build from source

The easiest way to build is by cloning this repo with GNOME Builder. It will automatically resolve all relevant flatpak SDKs automatically. You can then export the bundle if you wish.

Alternatively, clone the repo and use the following commands to build with meson.

meson builddir --prefix=/usr/local
sudo ninja -C builddir install

To build a flatpak from the command line, use the following commands.

flatpak-builder --user --install flatpak-builddir com.github.taiko2k.avvie.json
flatpak run com.github.taiko2k.avvie
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].