rasciify 0.1.1

For generating ASCII art ( RGB/grayscale image or text based ) based on image provided.
docs.rs failed to build rasciify-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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.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