save_pnm_p6

Macro save_pnm_p6 

Source
macro_rules! save_pnm_p6 {
    ($file_name:expr, $img:ident) => { ... };
}
Expand description

Macro for saving an image in its binary PPM represenataion to the disk.