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.
macro_rules! save_pnm_p6 {
($file_name:expr, $img:ident) => { ... };
}Macro for saving an image in its binary PPM represenataion to the disk.