Simple & useful image compressor.
Go to file
Hugo Posnic e6900c98aa
Merge pull request #232 from ARAKHN1D/banner-button-update-subtitle
Properly update headerbar subtitle when changing mode with banner button
2024-06-09 10:41:31 +02:00
.github Fix an error and updates deps and CI actions 2024-05-06 20:21:21 +02:00
data Bump version to 1.10.0 2024-06-07 13:17:01 +02:00
debian Bump version to 1.10.0 2024-06-07 13:17:01 +02:00
docs Cosmetics 2023-04-02 20:25:30 +02:00
po update ru.po 2024-05-09 09:17:37 +10:00
src Properly update headerbar subtitle on mode change 2024-06-07 10:10:54 -05:00
.gitignore Bump version to 1.4.0 2023-03-23 11:57:53 +01:00
CHANGELOG.md Bump version to 1.10.0 2024-06-07 13:17:01 +02:00
com.github.huluti.Curtail.json Update OxiPNG to 9.1.1 and fix #220 2024-05-06 19:35:31 +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.10.0 2024-06-07 13:17:01 +02:00
oxipng-sources.json Update OxiPNG to 9.1.1 and fix #220 2024-05-06 19:35:31 +02:00
poetry.lock Fix an error and updates deps and CI actions 2024-05-06 20:21:21 +02:00
pyproject.toml Bump version to 1.10.0 2024-06-07 13:17: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!