| Crates.io | rasciify |
| lib.rs | rasciify |
| version | 0.2.2 |
| created_at | 2025-02-15 07:30:40.070832+00 |
| updated_at | 2025-03-09 04:07:46.68799+00 |
| description | For generating ASCII art ( RGB/grayscale image, text based or GIF ) based on image or GIF provided. |
| homepage | |
| repository | https://github.com/gohyuhan/rasciify |
| max_upload_size | |
| id | 1556561 |
| size | 1,258,382 |
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.
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.
To add rasciify to be use in a rust program
cargo add rasciify
To check out how to use rasciify, check the docs here
Released: 2025-03-09
image_to_imagegrayscale_to_ascii_imgrgb_to_rgb_ascii_imggif_to_gifrgb_gif_to_ascii_rgb_gifrgb_gif_to_ascii_grayscale_gifprocess_frames_to_ascii_rgba_imgprocess_frames_to_ascii_grayscale_imgReleased: 2025-03-08
Released: 2025-03-02
Add new supported character set.
Add new feature to turn GIF into GIF of ascii art in both rgb and grayscale
Released: 2025-02-17
Modify the font files to only include supports for character used.
Bundle the font assets into the crate.
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.
Released: 2025-02-15
Initial crate Publish.
This includes operation like: