busybar-render 0.0.11

Re-encodes BUSY Bar screen frames into more common image formats
Documentation
1
2
3
4
5
6
7
8
9
mod encoding;
mod error;
mod raw;
mod terminal;

pub use crate::encoding::ImageFormat;
pub use crate::error::RenderError;
pub use crate::raw::{PixelLayout, Raster, RawImage};
pub use crate::terminal::{Cells, MIRROR_RASTER, Mirror};