Crate imgii

Crate imgii 

Source
Expand description

Imgii is a library for converting images to ASCII and rendering as different image types. For example, it can take a PNG input and convert it into ASCII, render it, and save it.

Modules§

error
image_types
options
The options for using imgii.

Functions§

convert_to_ascii_gif
Converts a GIF into an ASCII GIF. It does this by first converting the image into colored ASCII text, then renders the ASCII text as an image.
convert_to_ascii_png
Converts an image (such as a PNG or JPEG) into an ASCII PNG. It does this by first converting the image into colored ASCII text, then renders the ASCII text as an image.