Convert images to beautiful ANSI escape codes
Project description
CLImage
Convert images to beautiful ANSI escape codes for display in command line interfaces.
Available as both a CLI application and a Python library.
Features
- 8/16/256/Truecolor supports
- Custom system color palettes
- Toggleable Unicode mode, allowing up to 4x more detail
- Custom output size
Example usage
CLI
$ climage --unicode --truecolor --cols 80 barney.jpg
For more detail and available options, run $ climage --help
.
Python
import climage output = climage.convert('image.png', is_unicode=True) print(output)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size climage-0.1.2-py3-none-any.whl (19.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size climage-0.1.2.tar.gz (7.0 kB) | File type Source | Python version None | Upload date | Hashes View |