Simple & useful image compressor.
Go to file
2023-04-02 20:25:30 +02:00
.github Update FUNDING.yml 2023-03-26 12:31:02 +02:00
data Bump version to 1.6.0 2023-03-31 14:35:20 +02:00
debian Bump version to 1.6.0 2023-03-31 14:35:20 +02:00
docs Cosmetics 2023-04-02 20:25:30 +02:00
po Update curtail.pot 2023-03-31 14:03:08 +02:00
src Cosmetics 2023-04-02 20:25:30 +02:00
.gitignore Bump version to 1.4.0 2023-03-23 11:57:53 +01:00
CHANGELOG.md Update CHANGELOG.md 2023-03-31 14:30:25 +02:00
com.github.huluti.Curtail.json Bump jpegoptim 2023-03-31 14:39:41 +02:00
COPYING Initial commit 2019-10-03 18:33:49 +02:00
Curtail.doap meta: Update to GTK 4 in .doap 2023-03-30 21:06:53 +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.6.0 2023-03-31 14:35:20 +02:00
poetry.lock Add bandit as aa dev dep 2023-04-02 00:12:52 +02:00
pyproject.toml Add bandit as aa dev dep 2023-04-02 00:12:52 +02:00
README.md Update README.md 2023-03-26 12:36:07 +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.

Liberapay receiving Liberapay patrons

License

GNU GENERAL PUBLIC LICENSE (v3)

Free Software, Yeah!