Skip to content
/ Avvie Public
forked from Taiko2k/Avvie

A GTK app for quick image cropping 🎴

License

Notifications You must be signed in to change notification settings

bordam/Avvie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A GTK app for quick image cropping 🎴

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.0%
  • Meson 3.7%
  • CSS 0.3%