Simple & useful image compressor.
Go to file
2021-03-12 19:21:16 +01:00
.github/workflows Update pythonapp.yml 2019-12-08 12:16:06 +01:00
build-aux/meson Initial commit 2019-10-03 18:33:49 +02:00
data Bump version to 1.1.0 2021-03-12 19:14:43 +01:00
po Bump version to 1.1.0 2021-03-12 19:14:43 +01:00
src Add a missing code contributor 2021-03-12 19:21:16 +01:00
.gitignore Add french translation 2019-10-08 16:15:16 +02:00
CHANGELOG.md Just fix a date 2021-03-12 19:15:27 +01:00
com.github.huluti.Curtail.json Simplify manifest 2021-02-14 15:41:15 +01:00
COPYING Initial commit 2019-10-03 18:33:49 +02:00
meson.build Bump version to 1.1.0 2021-03-12 19:14:43 +01:00
README.md Update README.md 2021-02-19 09:33:04 +01:00

Curtail

Compress your images

Curtail (previously ImCompressor) is an useful image compressor, supporting PNG and JPEG 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

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

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.

Donate

License

GNU GENERAL PUBLIC LICENSE (v3)

Free Software, Yeah!