#image #ascii #image-processing #text-image #ascii-art-generator

bin+lib rasciify

For generating ASCII art ( RGB/grayscale image or text based ) based on image provided

2 releases

new 0.1.2 Feb 16, 2025
0.1.1 Feb 15, 2025
0.1.0 Feb 15, 2025

#206 in Images

Download history 294/week @ 2025-02-11

294 downloads per month

MIT license

1MB
864 lines

rasciify

rasciify was design to transform images into ASCII art. It was developed in Rust, where you can provide image to generate RGB, grayscale, or text-based artwork within any rust program.

badge Rust Version Rasciify

Table of Contents

  1. Description
  2. Installation
  3. Usage
  4. Change Logs

Description

This project rasciify allows you to easily generate ASCII art within a rust program by providing an image. It provides a simple and easy-to-use interface for performing various ASCII art generation, by providing an image, you can choose to obtain the generated ASCII art in the form of RGB image, grayscale image or text.

If you need further modification, you can also choose to obtain it in the form of String or ImageBuffer. Check here to learn more.

Installation

To add rasciify to be use in a rust program

cargo add rasciify

Usage

To check out how to use rasciify, check the docs here

Change Logs

v0.1.2

Released: 2025-02-17
Modify the font files to only include supports for character used.
Bundle the font assets into the crate.

v0.1.1

Released: 2025-02-15
A fix to path where build.rs save the pulled font assets and the path used to load the font assets.

v0.1.0

Released: 2025-02-15
Initial crate Publish.
This includes operation like:

  • image to text based ASCII art
  • image to RGB image ASCII art
  • image to grayscale image ASCII art

Dependencies

~10MB
~208K SLoC