Skip to main content

Crate cursive_image

Crate cursive_image 

Source
Expand description

crates.io docs.rs

§Cursive Image

An image view for the Cursive TUI library.

It will, of course, only work on terminals that support graphics. Relying on the viuer library, it supports the Kitty, iTerm, and Sixel (with the sixel feature) terminal graphic protocols.

The view supports fit or scale sizing modes (fit is the default), image alignment, and scrolling.

Check out the examples.

§License

Like much of the Rust ecosystem, licensed under your choice of either of

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

All code and documentation was written by humans. We do not accept “AI”-generated contributions.

Structs§

ImageView
Image view.

Enums§

Sizing
Image sizing.