Simple & useful image compressor.
Go to file
ARAKHNID 5ea2696bb0 Revert bools
This was done because it's easier to see "true" or "false" to know what
a bool property is set to compared to a number, and the goal of this PR
was to clean and improve readability.
2024-05-04 16:53:34 -05:00
.github pythonapp.yml: add support for testing PRs 2023-04-08 10:57:20 +05:30
data Revert bools 2024-05-04 16:53:34 -05:00
debian Add oxipng to debian dependencies 2024-04-12 13:59:45 -04:00
docs Cosmetics 2023-04-02 20:25:30 +02:00
po update ru.po 2024-04-21 12:41:30 +10:00
src Fix opening files with Open With... 2024-04-12 16:24:43 -05:00
.gitignore Bump version to 1.4.0 2023-03-23 11:57:53 +01:00
CHANGELOG.md Bump version to 1.9.1 2024-04-12 13:44:01 +02:00
com.github.huluti.Curtail.json gcc fix for aarch64 2024-04-12 12:41:58 +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.9.1 2024-04-12 13:44:01 +02:00
oxipng-sources.json Update oxipng 2023-11-03 09:11:37 +01:00
poetry.lock Poetry update 2024-04-08 23:34:07 +02:00
pyproject.toml Bump version to 1.9.1 2024-04-12 13:44:01 +02:00
python3-scour.json Add support for SVG images 2023-04-04 22:47:22 +02:00
README.md Add Snap badge 2023-05-05 12:32:34 +02:00

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

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:

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!