{"id":15436337,"url":"https://github.com/zigai/imgtk","last_synced_at":"2026-02-15T18:33:32.287Z","repository":{"id":185545016,"uuid":"607304334","full_name":"zigai/imgtk","owner":"zigai","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-14T11:24:54.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T16:39:46.020Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-02-27T18:15:02.000Z","updated_at":"2025-02-14T11:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5eba984-3d1e-498e-a342-c50ea1d05c9b","html_url":"https://github.com/zigai/imgtk","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"f5fc9e2b88e5db88fc9db03a5d4e293478f17ec4"},"previous_names":["zigai/imgtk"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/zigai/imgtk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fimgtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fimgtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fimgtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fimgtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigai","download_url":"https://codeload.github.com/zigai/imgtk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigai%2Fimgtk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T18:50:00.897Z","updated_at":"2026-02-15T18:33:32.271Z","avatar_url":"https://github.com/zigai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imgtk\n[![PyPI version](https://badge.fury.io/py/imgtk-python.svg)](https://badge.fury.io/py/imgtk-python)\n![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/imgtk-python)](https://pepy.tech/project/imgtk-python)\n[![license](https://img.shields.io/github/license/zigai/imgtk.svg)](https://github.com/zigai/imgtk/blob/main/LICENSE)\n# Installation\n#### From PyPi\n```\npip install imgtk-python\n```\n#### From source\n```\npip install git+https://github.com/zigai/imgtk.git\n```\n\n# Usage\n```\nusage: imgtk [--help] [-v] [--mode] MODE [-t] T [actions] [items]\n\noptions:\n  --help                 show this help message and exit\n  --mode                 display kept/discarded items (default: 'kept')\n  -t                     number of threads to use (default: 23)\n  -v, -verbose           verbose mode (extra log messages and progress bars)\n\nfilters:\n  -w, --width            Filter by image width\n  -h, --height           Filter by image height\n  -sz, --size            Filter by file size\n  -ar, --aspect-ratio    Filter by aspect ratio\n  -fn, --filename        Filter by filename using glob or regex pattern matching\n  -txt, --text           Filter by text content using OCR using glob or regex pattern matching\n\nmodifiers:\n  -rs, --resize          Resize the image to the given size\n  -cr, --crop            Crop the image to the given box\n  -rot, --rotate         Rotate the image by the given angle\n  -sc, --scale           Scale the image by the given factor\n  -f, --filter           Apply the given filter to the image. Filters: [blur, contour, detail, edge_enhance, edge_enhance_more, emboss, find_edges, sharpen, smooth, smooth_more]\n  -fl, --flip            Flip filter to flip an image horizontally or vertically\n  -cnv, --convert        Convert the image to the given mode. Modes: [L, RGB, CMYK, GRAYSACLE]\n  -inv, --invert         Invert filter to invert the colors of an image\n  -thr, --threshold      Threshold filter to binarize an image\n  -cont, --contrast      Adjust the image contrast\n  -brgh, --brightness    Adjust the image brightness\n  -shrp, --sharpness     Adjust the sharpness of the image\n  -sat, --saturation     Adjust the image saturation\n  -mb, --median-blur     Median blur filter to reduce noise in an image\n  -gb, --gaussian-blur   Gaussian blur filter to reduce noise in an image\n  -m, --move             Move the image to the given directory\n  -s, --save             Save the image to the given directory\n\nnotes:\n  filters can be inverted by adding a '!' after the flag\n  you can get help for a specific action by running 'imgtk \u003caction\u003e --help'\n```\n\n# License\n[MIT License](https://github.com/zigai/imgtk/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigai%2Fimgtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigai%2Fimgtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigai%2Fimgtk/lists"}