{"id":20851189,"url":"https://github.com/elementbound/image2ascii","last_synced_at":"2026-05-10T03:01:47.596Z","repository":{"id":71330504,"uuid":"189786835","full_name":"elementbound/image2ascii","owner":"elementbound","description":"CLI tool to convert images to ASCII","archived":false,"fork":false,"pushed_at":"2019-06-22T21:44:24.000Z","size":348,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T12:42:06.446Z","etag":null,"topics":["ascii","ascii-art","cli","java","library","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/elementbound.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":"2019-06-01T23:36:58.000Z","updated_at":"2023-02-16T21:51:52.000Z","dependencies_parsed_at":"2023-03-11T17:31:01.053Z","dependency_job_id":null,"html_url":"https://github.com/elementbound/image2ascii","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elementbound/image2ascii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementbound%2Fimage2ascii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementbound%2Fimage2ascii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementbound%2Fimage2ascii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementbound%2Fimage2ascii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elementbound","download_url":"https://codeload.github.com/elementbound/image2ascii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elementbound%2Fimage2ascii/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267678448,"owners_count":24126333,"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-07-29T02:00:12.549Z","response_time":2574,"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","ascii-art","cli","java","library","spring","spring-boot"],"created_at":"2024-11-18T03:12:45.457Z","updated_at":"2026-05-10T03:01:42.570Z","avatar_url":"https://github.com/elementbound.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image2ascii #\n\nA CLI tool to convert images to ASCII art.\n\n## Demo ##\n\n| Ascii 16                        | Ascii 256                         | Original                       |\n|---------------------------------|-----------------------------------|--------------------------------|\n| ![Ascii16](assets/wizard16.png) | ![Ascii256](assets/wizard256.png) | ![Original](assets/wizard.png) |\n\n## Install ##\n\nTo use the application, you must first build it with Maven:\n\n```sh\nmvn clean install\n```\n\nThis will create a runnable JAR file in `cli/target`\n\n## Usage ##\n\nFor convenience, a shell script is available to run the built JAR:\n\n```txt\n$ ./image2ascii --help\n\n  .   ____          _            __ _ _\n /\\\\ / ___'_ __ _ _(_)_ __  __ _ \\ \\ \\ \\\n( ( )\\___ | '_ | '_| | '_ \\/ _` | \\ \\ \\ \\\n \\\\/  ___)| |_)| | | | | || (_| |  ) ) ) )\n  '  |____| .__|_| |_|_| |_\\__, | / / / /\n =========|_|==============|___/=/_/_/_/\n :: Spring Boot ::        (v2.1.4.RELEASE)\n\n2019-06-22 23:36:22.970  INFO 13380 --- [           main] c.g.e.asciima.image2ascii.cli.App        : Starting App v1.0-SNAPSHOT on Hades with PID 13380 (E:\\dev\\java\\asciima\\image2ascii\\cli\\target\\image2ascii-cli-1.0-SNAPSHOT.jar started by adminus in E:\\dev\\java\\asciima\\image2ascii)\n2019-06-22 23:36:22.973  INFO 13380 --- [           main] c.g.e.asciima.image2ascii.cli.App        : No active profile set, falling back to default profiles: default\n2019-06-22 23:36:24.421  INFO 13380 --- [           main] c.g.e.asciima.image2ascii.cli.App        : Started App in 1.891 seconds (JVM running for 2.952)\nUsage: image2ascii [-hV] [-cm=\u003ccolorMapperType\u003e] [-cs=\u003ccharacterSet\u003e]\n                   [-cw=\u003ccharacterWeightFunctionType\u003e] [-p=\u003cpalette\u003e] input\n      input                 Input file\n      -cm, --colorMapper=\u003ccolorMapperType\u003e\n                            Possible values: NEAREST, FUZZY\n      -cs, --characterSet=\u003ccharacterSet\u003e\n                            Possible values: GRADIENT, EXTENDED_GRADIENT\n      -cw, --characterWeight=\u003ccharacterWeightFunctionType\u003e\n                            Possible values: HIT_MISS, GRADIENT\n  -h, --help                Show this help message and exit.\n  -p, --palette=\u003cpalette\u003e   Possible values: ASCII_16, ASCII_256\n  -V, --version             Print version information and exit.\n\n```\n\n## License ##\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felementbound%2Fimage2ascii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felementbound%2Fimage2ascii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felementbound%2Fimage2ascii/lists"}