timg

Crates.iotimg
lib.rstimg
version2.1.0
sourcesrc
created_at2023-02-19 06:15:14.680575
updated_at2023-05-02 18:05:45.771706
descriptionInteractive Image Viewer on Terminal (xterm)
homepagehttps://github.com/A4-Tacks/timg
repositoryhttps://github.com/A4-Tacks/timg
max_upload_size
id788675
size8,642,420
A4-Tacks (A4-Tacks)

documentation

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

example1 example2 example3

Info

crate: https://crates.io/crates/timg

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.

Commit count: 14

cargo fmt