URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2009-09-14 Fabien Freling <fabien.freling(a)lrde.epita.fr>
Disable tiled2d image support (still experimental).
* mln/io/magick/save.hh: Disable tiled2d image support.
---
save.hh | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Index: trunk/milena/mln/io/magick/save.hh
===================================================================
--- trunk/milena/mln/io/magick/save.hh (revision 4476)
+++ trunk/milena/mln/io/magick/save.hh (revision 4477)
@@ -63,9 +63,9 @@
* \param[out] ima A reference to the image to save.
* \param[in] filename The output.
*/
- template <typename T>
+ /*template <typename T>
void save(Image< tiled2d<T> >& ima,
- const std::string& filename);
+ const std::string& filename);*/
# ifndef MLN_INCLUDE_ONLY
@@ -73,7 +73,6 @@
inline
Magick::Color get_color(bool value)
{
- std::cout << "bool color!" << std::endl;
return Magick::ColorMono(value);
}
@@ -126,7 +125,7 @@
trace::exiting("mln::io::magick::save");
}
- template <typename T>
+ /*template <typename T>
void save(Image< tiled2d<T> >& ima_, const std::string&
filename)
{
trace::entering("mln::io::magick::save");
@@ -136,7 +135,7 @@
ima.buffer().write(filename);
trace::exiting("mln::io::magick::save");
- }
+ }*/
# endif // ! MLN_INCLUDE_ONLY