{"id":13747479,"url":"https://github.com/nathanpc/ascii-image","last_synced_at":"2025-05-09T08:33:22.684Z","repository":{"id":5338430,"uuid":"6523999","full_name":"nathanpc/ascii-image","owner":"nathanpc","description":"A Ruby gem to convert images into ASCII","archived":false,"fork":false,"pushed_at":"2020-11-16T13:56:35.000Z","size":37,"stargazers_count":27,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-12T02:43:34.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/ascii-image","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathanpc.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":"2012-11-03T20:47:28.000Z","updated_at":"2022-12-20T12:45:36.000Z","dependencies_parsed_at":"2022-08-06T18:01:35.335Z","dependency_job_id":null,"html_url":"https://github.com/nathanpc/ascii-image","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/nathanpc%2Fascii-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanpc%2Fascii-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanpc%2Fascii-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanpc%2Fascii-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathanpc","download_url":"https://codeload.github.com/nathanpc/ascii-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224830532,"owners_count":17377201,"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":[],"created_at":"2024-08-03T06:01:30.616Z","updated_at":"2024-11-15T21:30:34.199Z","avatar_url":"https://github.com/nathanpc.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# ascii-image\n\n[![Gem Version](https://badge.fury.io/rb/ascii-image.svg)](https://badge.fury.io/rb/ascii-image)  \nA Ruby gem to convert images into ASCII for your awesome command-line applications.  \n*This is my first Ruby gem*\n\n## Installation\nThis gem relies on [RMagick](https://github.com/rmagick/rmagick), so you will need to ensure you install the [prerequisites](https://github.com/rmagick/rmagick#prerequisites) (ImageMagick).\n\nInstall in your terminal with:\n```\ngem install ascii-image\n```\n\nOr in your Gemfile:\n\n```\ngem 'ascii-image'\n```\n\n## Example\n\nConvert an image to ASCII and print it using 20 columns of the console:\n\n    ascii = ASCII_Image.new(\"~/my_image.jpg\")\n    ascii.build(20)\n\nor open the image from the web:\n\n    ascii = ASCII_Image.new(\"http://www.levihackwith.com/wp-content/uploads/2011/10/github-logo.png\")\n    ascii.build(60)\n\n## License\n\nThis library is licensed under the GPLv3 license.\n\n \u003e ascii-image - A Ruby gem to convert images into ASCII.\n \u003e Copyright (C) 2012 Nathan Campos\n \u003e \n \u003e This program is free software: you can redistribute it and/or modify\n \u003e it under the terms of the GNU General Public License as published by\n \u003e the Free Software Foundation, either version 3 of the License, or\n \u003e (at your option) any later version.\n \u003e \n \u003e This program is distributed in the hope that it will be useful,\n \u003e but WITHOUT ANY WARRANTY; without even the implied warranty of\n \u003e MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n \u003e GNU General Public License for more details.\n \u003e \n \u003e You should have received a copy of the GNU General Public License\n \u003e along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanpc%2Fascii-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanpc%2Fascii-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanpc%2Fascii-image/lists"}