This is a simple script that converts an image to ASCII art. It uses the `chunky_png` gem to read the image file and then converts each pixel to an ASCII character based on its intensity level.
-
Updated
Jan 31, 2024 - Ruby
This is a simple script that converts an image to ASCII art. It uses the `chunky_png` gem to read the image file and then converts each pixel to an ASCII character based on its intensity level.
Add a description, image, and links to the ruby-image-to-ascii topic page so that developers can more easily learn about it.
To associate your repository with the ruby-image-to-ascii topic, visit your repo's landing page and select "manage topics."