Functions | |
void | save (const image2d< char > &ima, const std::string &filename) |
Save an image as txt file. |
void mln::io::txt::save | ( | const image2d< char > & | ima, | |
const std::string & | filename | |||
) | [inline] |
Save an image as txt file.
[in] | ima | The image to save. Must be an image of char. |
[in] | filename | the destination. |
Definition at line 63 of file txt/save.hh.
References mln::image2d< T >::domain(), mln::trace::entering(), mln::trace::exiting(), and mln::internal::image_base< T, S, E >::is_valid().