mirror of
https://github.com/Huluti/Curtail.git
synced 2024-11-09 20:47:56 +03:00
Simple & useful image compressor.
.github/workflows | ||
build-aux/meson | ||
data | ||
po | ||
src | ||
.gitignore | ||
CHANGELOG.md | ||
com.github.huluti.Curtail.json | ||
COPYING | ||
meson.build | ||
README.md |
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
Installation instructions
Universal package for Linux (recommended)
Curtail is available as a flatpak package.
You can also install it by using the following command-line:
flatpak install flathub com.github.huluti.Curtail
Distro packages
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.
License
GNU GENERAL PUBLIC LICENSE (v3)
Free Software, Yeah!