[][src]Module termwiz::image

Images. This module has some helpers for modeling terminal cells that are filled with image data. We're targeting the iTerm image protocol initially, with sixel as an obvious follow up.

Structs

ImageCell

Tracks data for displaying an image in the place of the normal cell character data. Since an Image can span multiple cells, we need to logically carve up the image and track each slice of it. Each cell needs to know its "texture coordinates" within that image so that we can render the right slice.

ImageData
TextureCoordinate