{"id":15687681,"url":"https://github.com/hatkidchan/yaitaa","last_synced_at":"2025-03-11T11:31:41.839Z","repository":{"id":113487437,"uuid":"453788928","full_name":"hatkidchan/yaitaa","owner":"hatkidchan","description":"yummy-yummy ANSI art","archived":false,"fork":false,"pushed_at":"2022-08-15T16:02:00.000Z","size":111,"stargazers_count":8,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T04:12:48.281Z","etag":null,"topics":["ansi","ansi-art","ascii","ascii-art","braille-patterns","c","c99","cli","command-line","command-line-tool","image-processing","linux","terminal"],"latest_commit_sha":null,"homepage":"","language":"C","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/hatkidchan.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-01-30T20:07:37.000Z","updated_at":"2022-12-18T16:38:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b599e6f0-507f-4234-a93a-b5f3b34d8188","html_url":"https://github.com/hatkidchan/yaitaa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatkidchan%2Fyaitaa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatkidchan%2Fyaitaa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatkidchan%2Fyaitaa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatkidchan%2Fyaitaa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatkidchan","download_url":"https://codeload.github.com/hatkidchan/yaitaa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243025270,"owners_count":20223774,"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":["ansi","ansi-art","ascii","ascii-art","braille-patterns","c","c99","cli","command-line","command-line-tool","image-processing","linux","terminal"],"created_at":"2024-10-03T17:50:39.520Z","updated_at":"2025-03-11T11:31:41.821Z","avatar_url":"https://github.com/hatkidchan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YAITAA - Yet Another Image To A(NSI) Art (converter)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/9fdbd9f8bc7843df9a6715b72b4da2fd)](https://www.codacy.com/gh/hatkidchan/yaitaa/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=hatkidchan/yaitaa\u0026amp;utm_campaign=Badge_Grade)\n\nYes, very original. Old name is `asciify-reborn` for reasons stated bellow\n\n## Reasons for reimplementation\n\nEverything is already described in\n[hatkidchan/asciify](https://github.com/hatkidchan/asciify#readme), but just as\nrecap:\n\n1. I'm not happy with old project structure\n2. Some new features may be pain in the ass to add\n3. Spaghetti code\n4. Literally dublication\n5. Separate binaries for each mode\n6. Git submodules. Yay.\n\n## Build instructions\n### 1. Make sure that you have C compiler and make\n\n```sh\ncc --version \u0026\u0026 make --version \u0026\u0026 echo 'ok'\n```\n\nBoth of commands should succeed.\n\n### 2. Clone repo\n\n```sh\ngit clone --recursive https://github.com/hatkidchan/yaitaa\ncd yaitaa\n```\n\n### 2. Build it\n\n```sh\nmake\n```\n\n### 3. Run it\n\n```sh\n./yaitaa -M braille -S 256 -W 80 -H 24 ~/images/kitty.png\n```\n\n### Build end notes\n\n#### 1. It is preferred to use `clang` as your compiler\n\nMain reason being that it is more strict, so any issues I've missed may be\nreported on that step. Feel free to send them to me!\n\n```sh\nCC=clang make\n```\n\n#### 2. Strip binary to reduce size (saves ~100KiB)\n\n```sh\nstrip ./yaitaa\n```\n\n#### 3. Installation\n\n```sh\n# as root\nmake install # Will install it to /bin/\n```\n\nAlternatively, you can install it to your local user directory, if it's in your\n`$PATH`:\n\n```sh\nmake install PREFIX=$HOME/.local/ # will install it to $HOME/.local/bin/\n```\n\n## License\n\n```text\nyaitaa - Yet Another Image To A(NSI) Art (converter)\nCopyright (C) 2022 hatkidchan \u003chatkidchan at gmail dot com\u003e\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatkidchan%2Fyaitaa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatkidchan%2Fyaitaa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatkidchan%2Fyaitaa/lists"}