Simple & useful image compressor.
Go to file
2023-04-04 22:47:22 +02:00
.github Update FUNDING.yml 2023-03-26 12:31:02 +02:00
data Add support for SVG images 2023-04-04 22:47:22 +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 Add support for SVG images 2023-04-04 22:47:22 +02:00
src Add support for SVG images 2023-04-04 22:47:22 +02:00
.gitignore Bump version to 1.4.0 2023-03-23 11:57:53 +01:00
CHANGELOG.md Add support for SVG images 2023-04-04 22:47:22 +02:00
com.github.huluti.Curtail.json Add support for SVG images 2023-04-04 22:47:22 +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
oxipng-sources.json Replace optipng by oxipng 2023-04-04 12:44:36 +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
python3-scour.json Add support for SVG images 2023-04-04 22:47:22 +02:00
README.md Add support for SVG images 2023-04-04 22:47:22 +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 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!