Simple & useful image compressor.
Go to file
Sabri Ünal 363bfc626f appdata: Fix my mistake
"Icons and categories

If there’s a type="desktop-id" launchable, they get pulled from it.
Most of the icon not found errors with the flathub builder can be
traced down to the launchable value not matching the desktop file name.

Don’t set them in the AppData unless you want to override them
(even though then it might be a better idea to patch the desktop file
itself)."

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#icons-and-categories
2023-12-28 22:34:47 +03:00
.github pythonapp.yml: add support for testing PRs 2023-04-08 10:57:20 +05:30
data appdata: Fix my mistake 2023-12-28 22:34:47 +03:00
debian Bump version to 1.8.0 2023-11-03 09:50:24 +01:00
docs Cosmetics 2023-04-02 20:25:30 +02:00
po Merge pull request #194 from rene-coty/master 2023-11-06 09:15:05 +01:00
src window: Use proper arrow character 2023-11-03 16:47:21 +01:00
.gitignore Bump version to 1.4.0 2023-03-23 11:57:53 +01:00
CHANGELOG.md Bump version to 1.8.0 2023-11-03 09:50:24 +01:00
com.github.huluti.Curtail.json Update oxipng 2023-11-03 09:11:37 +01: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.8.0 2023-11-03 09:50:24 +01:00
oxipng-sources.json Update oxipng 2023-11-03 09:11:37 +01:00
poetry.lock Add bandit as aa dev dep 2023-04-02 00:12:52 +02:00
pyproject.toml Bump version to 1.8.0 2023-11-03 09:50:24 +01: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!