image-roll

Crates.ioimage-roll
lib.rsimage-roll
version2.1.0
sourcesrc
created_at2021-06-10 18:01:55.752067
updated_at2022-07-07 21:13:31.18967
descriptionImage Roll is a simple and fast GTK image viewer with basic image manipulation tools.
homepagehttps://github.com/weclaw1/image-roll
repositoryhttps://github.com/weclaw1/image-roll
max_upload_size
id408659
size1,632,343
Robert Węcławski (weclaw1)

documentation

README

Image Roll

Image Roll

Image Roll is a simple and fast GTK image viewer with basic image manipulation tools.

Features

  • Written in Rust
  • uses modern GTK 4
  • adaptive - can be used on desktop and mobile devices
  • crop image
  • rotate image
  • resize image
  • undo and redo image edits

Screenshot

Installation

Requirements

If you use AUR or Flatpak you may skip this section.

For this application you are required to have at least GTK 4.4.

Ubuntu/Debian

sudo apt install libgtk-4-dev

Fedora/CentOS

sudo dnf install gtk4-devel glib2-devel

Flatpak

Flatpak is the recommended install method. In order to install Image Roll using Flatpak run:

flatpak install flathub com.github.weclaw1.ImageRoll

Alpine Linux

Alpine Linux provides image-roll package.

apk add image-roll

AUR

If you run Arch Linux, you can use one of the AUR packages. There are 3, image-roll, image-roll-bin, and image-roll-git. Replace yay with your AUR helper of choice.

yay -S image-roll

Debian package

On the releases page can be found deb packages which can be used on Debian and its derivatives.

Precompiled binaries

Ready-to-go executables can be found on the releases page.

Cargo

To install Image Roll using cargo run the following command:

cargo install image-roll
Commit count: 141

cargo fmt