
Library and program to display images on compatible terminals.
Features: - Multiple image formats (basically all formats supported by PIL.Image.open() - Multiple image source types: PIL image instance, local file, URL - Multiple image render styles (with automatic support detection) - Support for multiple terminal graphics protocols: Kitty, iTerm2 - Exposes various features of the protocols - Transparency support (with multiple options) - Animated image support (including transparent ones) - Multiple formats: GIF, WEBP, APNG (and possibly more) - Fully controllable iteration over rendered frames of animated images - Image animation with multiple parameters - Integration into various TUI / terminal-based output libraries. - Terminal size awareness - Automatic and manual image sizing - Horizontal and vertical alignment - Automatic and manual font ratio adjustment (to preserve image aspect ratio)
This package provides the Python 3.x module.