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
- Error implementation for
imgiierrors. - fonts
- Contains helper functionality for handling fonts.
- image_
types - Contains helpers for handling supported output 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.