27 #ifndef MLN_IO_PPMS_LOAD_HH
28 # define MLN_IO_PPMS_LOAD_HH
39 # include <mln/core/image/image2d.hh>
40 # include <mln/core/image/image3d.hh>
41 # include <mln/value/rgb8.hh>
42 # include <mln/io/pnms/load.hh>
43 # include <mln/make/image3d.hh>
63 void load(image3d<V>& ima,
64 const util::array<std::string>& filenames);
66 # ifndef MLN_INCLUDE_ONLY
71 void load(image3d<V>& ima,
72 const util::array<std::string>& filenames)
74 mln_trace(
"mln::io::ppms::load");
76 io::pnms::load<V>(PPM, ima, filenames);
81 # endif // ! MLN_INCLUDE_ONLY
90 #endif // ! MLN_IO_PPMS_LOAD_HH