Registry / utility / viuer
library0.11.0rscratesunverified

Display images in the terminal

# Cargo.toml [dependencies] viuer = "0.11.0"
INSTALL
IMPORT
SIG · VIUER
V
viuer
utilityrustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

print
✓ use viuer::print;

Display an image in the terminal

use viuer::print; fn main() { let img = image::open("image.png").unwrap(); print(&img, &Default::default()).unwrap(); }
Debug
Known issues
gotchaRequires a terminal that supports sixel or kitty protocol
fix
Ensure your terminal emulator supports sixel or kitty image protocol
affects: >=0.0.0
Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
viuer — cargo add viuer · libregistry