Function e2rcore::implement::file::ppm::write
[−]
[src]
pub fn write(
file_path: &str,
w: u64,
h: u64,
img: &Vec<u8>
) -> Result<(), &'static str>