rasciify 0.1.0

For generating ASCII art ( RGB/grayscale image or text based ) based on image provided.
rasciify-0.1.0 has been yanked.
Visit the last successful build: rasciify-0.2.2

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.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