{"id":22019679,"url":"https://github.com/kualta/logo","last_synced_at":"2026-02-07T08:31:00.698Z","repository":{"id":259839798,"uuid":"879298254","full_name":"kualta/logo","owner":"kualta","description":"cli to add logo to images","archived":false,"fork":false,"pushed_at":"2024-11-01T16:04:45.000Z","size":912,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T00:41:50.504Z","etag":null,"topics":["cli","image-processing","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kualta.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":"2024-10-27T14:43:43.000Z","updated_at":"2024-11-01T16:04:49.000Z","dependencies_parsed_at":"2025-05-07T03:33:06.974Z","dependency_job_id":"1ea9131b-44b6-4289-9c21-45418646d3e6","html_url":"https://github.com/kualta/logo","commit_stats":null,"previous_names":["kualta/logo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kualta/logo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Flogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Flogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Flogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Flogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kualta","download_url":"https://codeload.github.com/kualta/logo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Flogo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29190165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cli","image-processing","rust"],"created_at":"2024-11-30T05:17:44.403Z","updated_at":"2026-02-07T08:31:00.692Z","avatar_url":"https://github.com/kualta.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logo\n\nA command-line tool for overlaying logos on images with precise control over size and position.\n\n## Features\n\n- Add a logo to any image\n- Control logo size as a percentage of the base image\n- Choose logo position (top-right, top-left, bottom-right, bottom-left)\n- Maintains logo aspect ratio\n- Supports various image formats (PNG, JPEG, etc.)\n\n## Installation\n\n### Using Cargo (Recommended)\n\nIf you have Rust installed, you can install directly from crates.io:\n\n```bash\ncargo install ku-logo\n```\n\n### Manual Installation\n\n1. Download the latest release for your platform from the [releases page](https://github.com/kualta/logo/releases)\n2. Extract the archive\n3. Add the binary to your PATH\n\nFor development setup, see the [Development Setup](#development-setup) section.\n\n### Development Setup\n\nTo set up the development environment, we use [devenv.sh](https://devenv.sh/). This ensures a consistent development experience across different platforms.\n\n1. Install `devenv` following the instructions at [devenv.sh/getting-started](https://devenv.sh/getting-started/)\n\n2. Clone the repository:\n   ```bash\n   git clone https://github.com/kualta/logo.git\n   cd logo\n   ```\n\n3. Initialize the development environment:\n   ```bash\n   devenv init\n   ```\n\n4. Enter the development shell:\n   ```bash\n   devenv shell\n   ```\n\nThis will set up all required dependencies, including:\n- Rust toolchain and cargo\n- Cross-compilation tools\n- Required system libraries\n\n#### Available Scripts\n\n- `hello` - Test the development environment\n- `build-linux` - Build release binary for Linux\n\nRun scripts using:\n```bash\ndevenv run \u003cscript-name\u003e\n```\n\n## Usage\n\n```bash\n# Basic usage with default settings (5% size, top-right position)\nlogo -i input.png -l logo.png -o output.png\n\n# Specify size and position\nlogo -i input.png -l logo.png -p 10 --position bottom-left -o output.png\n\n# Show help\nlogo --help\n```\n\n### Options\n\n- `-i, --image \u003cPATH\u003e` - Path to the base image\n- `-l, --logo \u003cPATH\u003e` - Path to the logo image\n- `-p, --percentage \u003cNUMBER\u003e` - Logo size as percentage (default: 5%)\n- `--position \u003cPOSITION\u003e` - Logo position (top-right, top-left, bottom-right, bottom-left)\n- `-o, --output \u003cPATH\u003e` - Output path for the resulting image\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkualta%2Flogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkualta%2Flogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkualta%2Flogo/lists"}