Socket
Socket
Sign inDemoInstall

textual-imageview

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    textual-imageview

A simple terminal-based image viewer.


Maintainers
1

Readme

textual-imageview

PyPI - Version PyPI - Python Version

cat

textual-imageview is a both a CLI tool and Textual widget and for viewing images in the terminal.

Usage

Use the vimg CLI command to quickly view an image in the terminal.

vimg <path_to_image>

Click and drag (or press W/S/A/D) to move around the image, and scroll (or press -/+) to zoom in/out of the image.

vimg is built on ImageView, a Rich renderable that renders images with padding/zoom, and ImageViewer, a Textual widget that adds mouse interactivity to ImageView. Add textual-imageview as a dependency to use them in your Textual app!

At the highest zoom level, each character corresponds to two image pixels. I've found that vimg works best with a GPU-accelerated terminal like Alacritty.

Installation

pip install textual-imageview

FAQ

vimg works great locally, but colors aren't displaying correctly when using vimg over SSH. Why?

Rich determines terminal color support by checking if the COLORTERM environment variable is set to truecolor or 24bit.

echo $COLORTERM

If you know your terminal emulator supports truecolor - i.e., vimg works great locally - try setting the environment variable manually:

export COLORTERM=truecolor

License

textual-imageview is distributed under the terms of the MIT license.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc