LSD/src/stuff.rs

3 lines
82 B
Rust

use image::{ImageBuffer, Rgb};
pub type ImgBufU8 = ImageBuffer<Rgb<u8>, Vec<u8>>;