Ueberzug

Latest version: v18.1.9

Safety actively analyzes 621706 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

18.1.8

Simple fix for python3.9 which handles the removal of the functions all_task and current_task from the module asyncio.Task

18.1.4

Changes:

- padding calculation improved
- handle SIGWINCH
- stop showing an old image if e.g. loading a new image fails
- handle tmux detachments
- decode images in parallel

18.1.3

- fix python3.5.6 compatibility
- new image scaler fit_contain
- crash related to Xshm fixed
- some small changes e.g. refactoring

18.1.0

Changes:
- implement different image scalers:
* crop: Crops out an area of the size of the placement size.
* distort: Distorts the image to the placement size.
* contain: Resizes the image to a size <= the placement size while keeping the image ratio.
* forced_cover: Resizes the image to cover the entire area which should be filledwhile keeping the image ratio.
If the image is smaller than the desired sizeit will be stretched to reach the desired size.
If the ratio of the area differs from the image ratio the edges will be cut off.
* cover: The same as forced_cover but images won't be stretchedif they are smaller than the area which should be filled.
- cache transformed images
- speed up drawing images by using shared memory / Xshm
- reuse already loaded images
- reduce import time of the python library
- replace pillow with pillow-simd as it seems to be a lot faster
- synchronous drawing: allow to specify moments a redraw has to happen on
- remove message on images: "Multi pane windows aren't supported"
- Some bugfixes

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.