Function buffer_graphics_lib::make_image

source ยท
pub fn make_image(
    width: usize,
    height: usize,
    method: fn(_: &mut Graphics<'_>),
) -> Result<Image, GraphicsError>