All Projects → Huluti → Curtail

Huluti / Curtail

Licence: GPL-3.0 license
Simple & useful image compressor.

Programming Languages

python
139335 projects - #7 most used programming language
Meson
512 projects

Projects that are alternatives of or similar to Curtail

gui-python-gtk
Repositório criado para documentar e centralizar conteúdos, dicas, tutoriais e exemplos de código sobre a construção de interfaces com a linguagem de programação Python (PyGObject) e o toolkit gráfico Gtk 4.
Stars: ✭ 85 (-65.45%)
Mutual labels:  gtk
badger
Remind yourself to not sit and stare at the screen for too long
Stars: ✭ 48 (-80.49%)
Mutual labels:  gtk
notifications
Gtk Notifications Server
Stars: ✭ 39 (-84.15%)
Mutual labels:  gtk
libadwaita
Libadwaita's widgets for Flutter. Following Gnome HIG and available on all platforms.
Stars: ✭ 171 (-30.49%)
Mutual labels:  gtk
camera
Camera app designed for elementary OS
Stars: ✭ 63 (-74.39%)
Mutual labels:  gtk
dopewars
Game simulating the life of a drug dealer in New York
Stars: ✭ 47 (-80.89%)
Mutual labels:  gtk
switcher
Set default wallpapers for Dark & Light mode.
Stars: ✭ 18 (-92.68%)
Mutual labels:  gtk
Spreadsheet
A spreadsheet app designed for elementary OS
Stars: ✭ 66 (-73.17%)
Mutual labels:  gtk
gmrun
A run utiliy featuring a slim design and bash style auto-completion.
Stars: ✭ 35 (-85.77%)
Mutual labels:  gtk
AI-Lossless-Zoomer
AI无损放大工具
Stars: ✭ 940 (+282.11%)
Mutual labels:  lossless
Gjs-Tutorial
A tutorial for Gjs/GTK+ 3 development, based on https://github.com/sebp/PyGObject-Tutorial
Stars: ✭ 15 (-93.9%)
Mutual labels:  gtk
menutray
An application menu through a GTK+ tray status icon.
Stars: ✭ 62 (-74.8%)
Mutual labels:  gtk
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (-94.31%)
Mutual labels:  gtk
onboarding
Onboarding app for new users
Stars: ✭ 47 (-80.89%)
Mutual labels:  gtk
szyszka
Szyszka is fast and powerful file renamer
Stars: ✭ 649 (+163.82%)
Mutual labels:  gtk
VSS-Vision
Sistema de visão computacional para rastrear objetos em um campo de futebol.
Stars: ✭ 16 (-93.5%)
Mutual labels:  gtk
csv-viewer
Viewer for tabular data files
Stars: ✭ 14 (-94.31%)
Mutual labels:  gtk
VIDEOconvertor
A stable and Fast telegram video convertor bot which can encode into different libs and resolution, compress videos, convert video into audio and other video formats, rename with thumbnail support, generate screenshot and trim videos.
Stars: ✭ 180 (-26.83%)
Mutual labels:  compressor
elementaryOS-devbook
Design and build apps for elementary OS.
Stars: ✭ 61 (-75.2%)
Mutual labels:  gtk
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-93.9%)
Mutual labels:  gtk

Curtail

Compress your images

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

Screenshot

Curtail

Installation instructions

Universal package for Linux (recommended)

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.

Donate

License

GNU GENERAL PUBLIC LICENSE (v3)

Free Software, Yeah!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].