back to home

Huluti / Curtail

Simple & useful image compressor

448 stars
46 forks
18 issues
PythonMesonMakefile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing Huluti/Curtail in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/Huluti/Curtail)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

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 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 Unofficial packages A Snap package is available: 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: • GTK 4 • Libadwaita • Python 3 • Oxipng • pngquant • Jpegoptim • libwebp • Scour 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. License GNU GENERAL PUBLIC LICENSE (v3) **Free Software, Yeah!**