2 releases
new 0.1.2 | Feb 16, 2025 |
---|---|
0.1.1 | Feb 15, 2025 |
0.1.0 |
|
#206 in Images
294 downloads per month
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.
Table of Contents
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