MCPcopy Index your code
hub / github.com/Huluti/Curtail

github.com/Huluti/Curtail @1.16.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.16.2 ↗ · + Follow
100 symbols 269 edges 16 files 0 documented · 0% updated 22d ago1.16.2 · 2026-05-25★ 48321 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

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 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:

Translations

Translation of this project takes place on the GNOME translation platform, Damned Lies. For further information on how to join a language team, or even to create one, please see GNOME Translation Project wiki page.

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!

Core symbols most depended-on inside this repo

set_int
called by 9
src/settings_manager.py
set_boolean
called by 8
src/settings_manager.py
create_simple_action
called by 7
src/window.py
show_view
called by 6
src/window.py
extract_version
called by 5
src/tools.py
set_saving_subtitle
called by 5
src/window.py
register_compressor
called by 4
src/compression_manager.py
compress_files
called by 4
src/window.py

Shape

Method 79
Class 13
Function 8

Languages

Python100%

Modules by API surface

src/window.py27 symbols
src/settings_manager.py21 symbols
src/tools.py7 symbols
src/preferences.py7 symbols
src/main.py6 symbols
src/compression_manager.py6 symbols
src/compressor.py5 symbols
src/result_item_manager.py4 symbols
src/result_item.py3 symbols
src/compressors/webp_compressor.py3 symbols
src/compressors/svg_compressor.py3 symbols
src/compressors/png_compressor.py3 symbols

For agents

$ claude mcp add Curtail \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page