Trait rich_sdl2_rust::surface::bmp::BmpSaveExt
source · pub trait BmpSaveExt {
// Required method
fn save_bmp(&self, file_name: &str) -> Result<(), BmpSaveError>;
}
Expand description
An extension for a Surface
to save the image as BMP format.