{"id":19487108,"url":"https://github.com/thomas9911/imgopt","last_synced_at":"2025-10-30T07:41:30.240Z","repository":{"id":46717929,"uuid":"367458105","full_name":"thomas9911/imgopt","owner":"thomas9911","description":"just a cli that optimzes images","archived":false,"fork":false,"pushed_at":"2021-09-28T19:19:30.000Z","size":60549,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T08:16:41.780Z","etag":null,"topics":["image","image-processing","jpeg","png","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/thomas9911.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}},"created_at":"2021-05-14T19:12:45.000Z","updated_at":"2021-09-28T19:15:24.000Z","dependencies_parsed_at":"2022-07-26T15:32:20.911Z","dependency_job_id":null,"html_url":"https://github.com/thomas9911/imgopt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas9911%2Fimgopt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas9911%2Fimgopt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas9911%2Fimgopt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomas9911%2Fimgopt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomas9911","download_url":"https://codeload.github.com/thomas9911/imgopt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240728665,"owners_count":19848115,"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":["image","image-processing","jpeg","png","rust"],"created_at":"2024-11-10T20:43:33.974Z","updated_at":"2025-10-30T07:41:30.178Z","avatar_url":"https://github.com/thomas9911.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imgopt\n\n[![Rust](https://github.com/thomas9911/imgopt/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/thomas9911/imgopt/actions/workflows/rust.yml)\n\njust a binary that optimzes images\n\n## Getting started\n\n`git clone` and then:\n\n```sh\ncargo build --release\n```\n\nThen your binary can be found in target/release folder.\n\n```sh\n# prints the help\nimgopt --help\n\n# usage\nimgopt [input] [output]\n\n# examples\nimgopt input.png output.png\nimgopt input.jpeg output.jpeg\nimgopt input.svg output.svg\nimgopt input.png output.webp\nimgopt input.jpeg output.webp\n```\n\n## formats\n\n- jpeg: [mozjpeg](https://github.com/ImageOptim/mozjpeg-rust)\n- png: pngquant ([libimagequant](https://github.com/ImageOptim/libimagequant))\n- svg: [svgcleaner](https://github.com/RazrFalcon/svgcleaner)\n- web: [webp](https://github.com/jaredforth/webp) (currently only outputs to webp, with quality set to 80)\n\n## test images\n\njpg images from \u003chttps://www.pexels.com\u003e\n\npng images from \u003chttps://www.cleanpng.com\u003e\n\nsvg images from \u003chttps://freesvg.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas9911%2Fimgopt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomas9911%2Fimgopt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas9911%2Fimgopt/lists"}