Functions | |
template<typename I> | |
void | load (Image< I > &ima, const std::string &filename) |
Load data from a file into a Milena image using Magick++. | |
template<typename I> | |
void | save (const Image< I > &ima, const std::string &filename) |
Save a Milena image into a file using Magick++. |
void mln::io::magick::load | ( | Image< I > & | ima, | |
const std::string & | filename | |||
) | [inline] |
Load data from a file into a Milena image using Magick++.
[out] | ima | The image data are loaded into. |
[in] | filename | The name of the input file. |
References mln::initialize().
void mln::io::magick::save | ( | const Image< I > & | ima, | |
const std::string & | filename | |||
) | [inline] |
Save a Milena image into a file using Magick++.
[out] | ima | The image to save. |
[in] | filename | The name of the output file. |