https://github.com/a4-tacks/timg
The image viewer on the terminal is based on the xterm standard.
https://github.com/a4-tacks/timg
ansi-terminal cli image imageview imageviewer rust rust-lang terminal terminal-app
Last synced: 16 days ago
JSON representation
The image viewer on the terminal is based on the xterm standard.
- Host: GitHub
- URL: https://github.com/a4-tacks/timg
- Owner: A4-Tacks
- License: mit
- Created: 2023-02-19T03:06:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T23:34:21.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T04:49:49.838Z (16 days ago)
- Topics: ansi-terminal, cli, image, imageview, imageviewer, rust, rust-lang, terminal, terminal-app
- Language: Rust
- Homepage:
- Size: 7.99 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The image viewer on the terminal is based on the xterm standard.
This is an interactive image viewer with very fast IO speed on the terminal, utilizing incremental output and other methods to significantly reduce IO data. It can perform well on low-speed terminals.# Functions
- Zoom Picture
- Rotate Picture
- Mirror image
- Inverted image
- Grayscale image
- Change interpolation algorithm
- Change background color
- Adjusting the output color difference threshold to improve output speed# Rendering


# Info
crate:Due to the current implementation of the software reading one character at a time appearing to be unavailable on Windows systems, it may result in the software being unavailable or not meeting your expectations when running on Windows systems.