python-term-image 0.7.1-3 source package in Ubuntu

Changelog

python-term-image (0.7.1-3) unstable; urgency=medium

  * add python3-urwid autopkgtest dependency

 -- Martin <email address hidden>  Mon, 19 Feb 2024 10:02:34 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-term-image_0.7.1-3.dsc 2.2 KiB a553213513e875e2eaae006ee1d0015273516772ae4e9d490bfbc20a10435fac
python-term-image_0.7.1.orig.tar.gz 1.8 MiB bb635b39270fd68dd52b96a7d38c7a624ab900d34535920bffcdad0e484812d2
python-term-image_0.7.1-3.debian.tar.xz 3.7 KiB aa7eeefa17e95d9d99a2bf861535683d052d0f96e34e333ba9e8d74adefc160c

Available diffs

No changes file available.

Binary packages built by this source

python-term-image-doc: Display images in the terminal with Python term-image is a

 library and program to display images on compatible terminals.
 .
 This package provides the documentation.

python3-term-image: Display images in the terminal with Python term-image is a

 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.