{"id":15722002,"url":"https://github.com/huluti/curtail","last_synced_at":"2026-05-03T21:02:57.926Z","repository":{"id":38614865,"uuid":"212627018","full_name":"Huluti/Curtail","owner":"Huluti","description":"Simple \u0026 useful image compressor","archived":false,"fork":false,"pushed_at":"2025-04-01T09:34:08.000Z","size":1975,"stargazers_count":392,"open_issues_count":18,"forks_count":41,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T00:35:16.689Z","etag":null,"topics":["compressor","gnome","gnome-circle","gtk","gtk4","image","libadwaita","lossless","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Huluti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Huluti","liberapay":"hugoposnic"}},"created_at":"2019-10-03T16:31:12.000Z","updated_at":"2025-04-03T17:41:07.000Z","dependencies_parsed_at":"2023-10-16T12:17:22.544Z","dependency_job_id":"a380f040-d782-42b5-a5ea-06d5851fa2f9","html_url":"https://github.com/Huluti/Curtail","commit_stats":{"total_commits":568,"total_committers":60,"mean_commits":9.466666666666667,"dds":0.6426056338028169,"last_synced_commit":"62b806ff2dc9cbd12284907178ef914dc95f7c71"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluti%2FCurtail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluti%2FCurtail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluti%2FCurtail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huluti%2FCurtail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huluti","download_url":"https://codeload.github.com/Huluti/Curtail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755558,"owners_count":20990620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compressor","gnome","gnome-circle","gtk","gtk4","image","libadwaita","lossless","python"],"created_at":"2024-10-03T22:02:39.143Z","updated_at":"2026-05-03T21:02:52.750Z","avatar_url":"https://github.com/Huluti.png","language":"Python","funding_links":["https://github.com/sponsors/Huluti","https://liberapay.com/hugoposnic"],"categories":[],"sub_categories":[],"readme":"# Curtail\n\n\u003ca href=\"https://circle.gnome.org\"\u003e\u003cimg src=\"gnome-circle-badge.svg\"\u003e\u003c/a\u003e\n\n## Compress your images\n\nCurtail (previously ImCompressor) is an useful image compressor, supporting PNG, JPEG, WebP and SVG file types.\nIt support both lossless and lossy compression modes with an option to whether keep or not metadata of images.\nIt is inspired by [Trimage](https://github.com/Kilian/Trimage) and [Image-Optimizer](https://github.com/GijsGoudzwaard/Image-Optimizer).\n\n### Supported formats\n\nPNG, JPEG, WebP, SVG\n\n## Screenshot\n\n![Curtail](data/screenshots/screen1.png)\n\n## Installation instructions\n\n### Universal package for Linux (recommended)\n\nCurtail is available as a Flatpak package.\n\n\u003ca href='https://flathub.org/apps/details/com.github.huluti.Curtail'\u003e\u003cimg alt='Download on Flathub' src='https://flathub.org/api/badge?svg\u0026locale=en'/\u003e\u003c/a\u003e\n\nYou can also install it by using the following command-line:\n\n    flatpak install flathub com.github.huluti.Curtail\n    \n### Distro packages\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/curtail.svg)](https://repology.org/project/curtail/versions)\n\n### Unofficial packages\n\nA [Snap](https://snapcraft.io/curtail) package is available:\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/curtail)\n\nA [PPA](https://launchpad.net/~apandada1/+archive/ubuntu/curtail) is available for Ubuntu (18.04+) and derivatives:\n\n    sudo add-apt-repository ppa:apandada1/curtail\n    sudo apt update\n    sudo apt install curtail\n\nA [copr](https://copr.fedorainfracloud.org/coprs/0xmrtt/curtail) package is available for Fedora (36+):\n\n    sudo dnf copr enable 0xmrtt/curtail\n    sudo dnf install curtail\n\n### Build from source (nightly)\n\nBuild and install by running:\n\n    git clone https://github.com/Huluti/Curtail.git\n    cd Curtail\n    meson _build\n    cd _build\n    ninja\n    sudo ninja install\n\nThe app can then be removed with:\n\n    sudo ninja uninstall\n\n## Tech\n\nCurtail uses a number of open source projects to work properly:\n\n- [GTK 4](https://www.gtk.org)\n- [Libadwaita](https://gitlab.gnome.org/GNOME/libadwaita)\n- [Python 3](https://www.python.org)\n- [Oxipng](https://github.com/shssoichiro/oxipng)\n- [pngquant](https://pngquant.org)\n- [Jpegoptim](https://github.com/tjko/jpegoptim)\n- [libwebp](https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html)\n- [Scour](https://gitlab.com/inkscape/extras/scour)\n\n## Translations\nTranslation of this project takes place on the GNOME translation platform,\n[Damned Lies](https://l10n.gnome.org/module/Curtail). For further\ninformation on how to join a language team, or even to create one, please see\n[GNOME Translation Project wiki page](https://wiki.gnome.org/TranslationProject).\n\n## Donations\n\nDo you like the app? Would you like to support its development? Feel free to donate.\n\n[![Liberapay receiving](https://img.shields.io/liberapay/receives/hugoposnic)](https://liberapay.com/hugoposnic)\n[![Liberapay patrons](https://img.shields.io/liberapay/patrons/hugoposnic)](https://liberapay.com/hugoposnic)\n\n## License\n\nGNU GENERAL PUBLIC LICENSE (v3)\n\n**Free Software, Yeah!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuluti%2Fcurtail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuluti%2Fcurtail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuluti%2Fcurtail/lists"}