Simple & useful image compressor.
Go to file
2022-12-30 20:18:24 +01:00
.github Create FUNDING.yml 2022-05-01 23:05:23 +02:00
build-aux/meson Initial commit 2019-10-03 18:33:49 +02:00
data Add donation link to AppStream Metadata 2022-10-23 22:57:09 +02:00
debian Replace WEBP by WebP - Fix #126 2022-10-14 19:17:18 +02:00
po Update pt_BR.po 2022-12-27 00:50:39 -03:00
src application: Implement Help Overlay 2022-12-05 03:40:12 +03:00
.gitignore Add french translation 2019-10-08 16:15:16 +02:00
CHANGELOG.md Replace WEBP by WebP - Fix #126 2022-10-14 19:17:18 +02:00
com.github.huluti.Curtail.json Update deps 2022-10-14 19:24:41 +02:00
COPYING Initial commit 2019-10-03 18:33:49 +02:00
gnome-circle-badge.svg Add Gnome Circle badge to README 2022-05-01 16:28:48 +02:00
meson.build Bump version to 1.3.1 2022-07-12 23:00:20 +02:00
README.md Replace WEBP by WebP - Fix #126 2022-10-14 19:17:18 +02:00

Curtail

Compress your images

Curtail (previously ImCompressor) is an useful image compressor, supporting PNG, JPEG and WebP 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

Screenshot

Curtail

Installation instructions

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 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:

Donations

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

Donate

License

GNU GENERAL PUBLIC LICENSE (v3)

Free Software, Yeah!