docs.rs failed to build ascii-izer-0.2.0
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.
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:
ascii-izer-0.3.1
ascii-izer
An image to ASCII art library for rust
Features
- Color [default]: Processes the image color alongside the pixels during ASCII generation.
- Crossterm: Provides a simple method to put the ASCII into the console via crossterm. This does not output color
Usage
Simple
The functions to_ascii_lines and image_into_lines are the simplest way to convert an image into ASCII. Keep in mind, however, the dimensions taken by these functions are the exact level that the input image will be resized to, aspect ration is not respected.
Advanced
The [ASCIIGenerator] struct can be used to have more control over the exact parameters used.