save_pnm_p3

Macro save_pnm_p3 

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

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