Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : textual-image Version : 0.8.5 Upstream Author : Simon Hayessen <[email protected]> * URL : https://github.com/lnqs/textual-image * License : LGPL-3+ Programming Lang: Python Description : Terminal image rendering for Rich and Textual This library provides Rich renderables and Textual widgets that display images inside terminal emulators. . It can render using terminal image protocols, including the Kitty Terminal Graphics Protocol and Sixel. When these protocols are not available, it can fall back to character-based rendering using Unicode, including a half-cell style for increased apparent resolution. . Images can be loaded from file paths or from in-memory image objects, then scaled to a requested width and/or height in terminal cells while keeping aspect ratio when requested. The library selects a rendering backend by querying terminal capabilities, and then emits the corresponding escape sequences and placeholder characters that the terminal interprets to show the image. I plan to maintain this package as part of the Python team.

