{"id":19320200,"url":"https://github.com/widberg/ansify","last_synced_at":"2026-05-12T12:31:30.506Z","repository":{"id":65627726,"uuid":"575890646","full_name":"widberg/ansify","owner":"widberg","description":"Turn images into ANSI-style art","archived":false,"fork":false,"pushed_at":"2025-04-04T23:16:21.000Z","size":4130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T23:41:33.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/widberg.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":"2022-12-08T14:29:40.000Z","updated_at":"2025-04-04T23:16:25.000Z","dependencies_parsed_at":"2023-02-17T00:05:15.673Z","dependency_job_id":null,"html_url":"https://github.com/widberg/ansify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/widberg/ansify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widberg%2Fansify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widberg%2Fansify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widberg%2Fansify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widberg%2Fansify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/widberg","download_url":"https://codeload.github.com/widberg/ansify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widberg%2Fansify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32939210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":[],"created_at":"2024-11-10T01:27:46.682Z","updated_at":"2026-05-12T12:31:30.486Z","avatar_url":"https://github.com/widberg.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansify\nTurn images into ANSI-style art\n\n## Usage\n\n```plaintext\nUsage: ansify-cli [OPTIONS] --palette \u003cPALETTE_PATH\u003e --blocks \u003cBLOCKS_PATH\u003e \u003cCOMMAND\u003e\n\nCommands:\n  image   \n  gif\n  webcam\n  help    Print this message or the help of the given subcommand(s)\n\nOptions:\n  -p, --palette \u003cPALETTE_PATH\u003e  \n  -b, --blocks \u003cBLOCKS_PATH\u003e\n  -w, --width \u003cWIDTH\u003e\n  -H, --height \u003cHEIGHT\u003e\n  -h, --help                    Print help information\n  -V, --version                 Print version information\n```\n\nTo generate an image with a 256-color palette, classic style block characters, 256 characters wide, and maintain aspect ratio:\n\n```sh\nansify -p ./res/256.yaml -b ./res/classic.yaml -w 256 image -i ./res/cat.jpg -o ./res/out.bmp\n```\n\nTo generate ANSI text with a 16-color palette, small style block characters, 64 characters high, and maintain aspect ratio:\n\n```sh\nansify -p ./res/16.yaml -b ./res/small.yaml -H 64 image -i ./res/cat.jpg --text\n```\n\nTo generate a gif with an 8-color palette, classic style block characters, 32 characters wide, and force 128 characters high:\n\n```sh\nansify -p ./res/8.yaml -b ./res/classic.yaml -w 32 -H 128 gif -i ./res/cat.gif -o ./res/out.gif\n```\n\nTo generate an image text with a 16-color palette, classic style block characters, and one character per pixel in the original image:\n\n```sh\nansify -p ./res/16.yaml -b ./res/classic.yaml image -i ./res/cat.jpg -o ./res/out.bmp\n```\n\nTo live process the first webcam with a 16-color palette, tiny style block characters, and one character per pixel in the original image:\n\n```sh\nansify -p ./res/16.yaml -b ./res/tiny.yaml image -i 0\n```\n\nYou can copy the existing yaml files and edit them to match your terminal/prefered style if you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidberg%2Fansify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwidberg%2Fansify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidberg%2Fansify/lists"}