Skip to content

Huluti/Curtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dcedc94 · Feb 28, 2025
Jul 18, 2024
Jan 5, 2025
Jan 5, 2025
Apr 2, 2023
Feb 28, 2025
Jan 5, 2025
Mar 23, 2023
Jan 5, 2025
Oct 3, 2019
Mar 30, 2023
Nov 29, 2024
Jan 5, 2025
May 1, 2022
Jan 5, 2025
Jan 1, 2025
Jan 1, 2025
Jan 5, 2025
Jan 5, 2025
Jan 1, 2025

Repository files navigation

Curtail

Compress your images

Curtail (previously ImCompressor) is an useful image compressor, supporting PNG, JPEG, WebP and SVG file types. It support both lossless and lossy compression modes with an option to whether keep or not metadata of images. It is inspired by Trimage and Image-Optimizer.

Supported formats

PNG, JPEG, WebP, SVG

Screenshot

Curtail

Installation instructions

Universal package for Linux (recommended)

Curtail is available as a Flatpak package.

Download on Flathub

You can also install it by using the following command-line:

flatpak install flathub com.github.huluti.Curtail

Distro packages

Packaging status

Unofficial packages

A Snap package is available:

Get it from the Snap Store

A PPA is available for Ubuntu (18.04+) and derivatives:

sudo add-apt-repository ppa:apandada1/curtail
sudo apt update
sudo apt install curtail

A copr package is available for Fedora (36+):

sudo dnf copr enable 0xmrtt/curtail
sudo dnf install curtail

Build from source (nightly)

Build and install by running:

git clone https://github.com/Huluti/Curtail.git
cd Curtail
meson _build
cd _build
ninja
sudo ninja install

The app can then be removed with:

sudo ninja uninstall

Tech

Curtail uses a number of open source projects to work properly:

Translations

Translation of this project takes place on the GNOME translation platform, Damned Lies. For further information on how to join a language team, or even to create one, please see GNOME Translation Project wiki page.

Donations

Do you like the app? Would you like to support its development? Feel free to donate.

Liberapay receiving Liberapay patrons

License

GNU GENERAL PUBLIC LICENSE (v3)

Free Software, Yeah!