{"id":22025155,"url":"https://github.com/tapnisu/tapciify","last_synced_at":"2025-12-12T12:34:33.298Z","repository":{"id":59978760,"uuid":"539886658","full_name":"tapnisu/tapciify","owner":"tapnisu","description":"CLI tool for converting your images into ASCII art","archived":false,"fork":false,"pushed_at":"2025-09-16T14:44:07.000Z","size":3048,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-16T16:46:58.063Z","etag":null,"topics":["ascii","cli","image","rust","video"],"latest_commit_sha":null,"homepage":"https://docs.rs/tapciify/","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/tapnisu.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}},"created_at":"2022-09-22T08:53:41.000Z","updated_at":"2025-09-16T14:44:11.000Z","dependencies_parsed_at":"2023-08-10T07:10:48.291Z","dependency_job_id":"1783f90c-7258-4956-83c4-b6603cccc6b9","html_url":"https://github.com/tapnisu/tapciify","commit_stats":{"total_commits":92,"total_committers":3,"mean_commits":"30.666666666666668","dds":"0.14130434782608692","last_synced_commit":"dfe23f357853405ec7a0397c1d4b61b4e505fe42"},"previous_names":["tapciify/tapciify","tapnisu/tapciify"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/tapnisu/tapciify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapnisu%2Ftapciify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapnisu%2Ftapciify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapnisu%2Ftapciify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapnisu%2Ftapciify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapnisu","download_url":"https://codeload.github.com/tapnisu/tapciify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapnisu%2Ftapciify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281527355,"owners_count":26516845,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ascii","cli","image","rust","video"],"created_at":"2024-11-30T07:14:28.385Z","updated_at":"2025-10-28T22:43:35.081Z","avatar_url":"https://github.com/tapnisu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg alt=\"ASCII Rin Shima\" width=\"300\" src=\"assets/logo.webp\"/\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eTapciify\u003c/h1\u003e\n\u003cp align=\"center\"\u003eCLI tool for converting your images into ASCII art\u003c/p\u003e\n\n## Requirements\n\n1. CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)\n\n2. [Rust](https://www.rust-lang.org/tools/install)\n   \u003e **Important**:\n   \u003e Current minimal Rust version is 1.85!\n\n## Installation\n\nUsing cargo:\n\n```bash\ncargo install tapciify --locked\n```\n\nUsing cargo-binstall:\n\n```bash\ncargo binstall tapciify --locked -y\n```\n\n## Converting image\n\n1. Run: `tapciify -i imagePath -w imageWidth` for image.\n\n2. Run: `tapciify -i imagePath -w imageWidth -r` for reversed colors.\n\n## Converting video\n\nIn this example I set framerate to 24 (but you can use any another)\n\n\u003e Requires ffmpeg\n\n1. Make frames from video into dir:\n\n   ```bash\n   mkdir frames; ffmpeg -i bad_apple.mkv frames/%08d.jpeg\n   ```\n\n2. Run:\n\n   ```bash\n   tapciify -i frames/* -w videoWidth -f 24\n   ```\n\n## Examples\n\n| Original                                       | ASCII                                             | ASCII colored                                            | Pixels                                                                  | Braille                                              | Braille colored                                          | Background string                                                                 |\n| ---------------------------------------------- | ------------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------------- | ---------------------------------------------------- | -------------------------------------------------------- | --------------------------------------------------------------------------------- |\n| ![Original Image](assets/examples/ferris.webp) | ![ASCII art](assets/examples/ascii.webp)          | ![ASCII colored art](assets/examples/ascii-colored.webp) | ![ASCII art using pixels (█ symbol)](assets/examples/ascii-pixels.webp) | ![Braille](assets/examples/braille.webp)             | ![Braille colored](assets/examples/braille-colored.webp) | ![Background string](assets/examples/background-string.webp)                      |\n| `Original image`                               | `tapciify -i ./assets/examples/ferris.webp -w 64` | `tapciify -i ./assets/examples/ferris.webp -w 64 -c`     | `tapciify -i ./assets/examples/ferris.webp -w 64 --pixels`              | `tapciify -i ./assets/examples/ferris.webp -w 64 -b` | `tapciify -i ./assets/examples/ferris.webp -w 64 -bc`    | `tapciify -i ./assets/examples/bad-apple.webp -w 64 --background-string badapple` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapnisu%2Ftapciify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapnisu%2Ftapciify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapnisu%2Ftapciify/lists"}