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.