Jafar
|
I/O methods for Image serialization to file. More...
I/O methods for Image serialization to file.
strange behavior of boost serialization with functions in namespace, due to templating. so we use a class. moreover, using those functions directly in the class Image broke the serialization when Image is a member of another serializable class. (surely I don't understand how to do this properly)
WARNING: boost documentation announce non portability for binary archive for the current release (1.33.1)
#include <Image.hpp>
Static Public Member Functions | |
static void | xml_load (jafar::image::Image &img, std::string const &filename) |
static void | xml_save (jafar::image::Image &img, std::string const &filename) |
static void | bin_load (jafar::image::Image &img, std::string const &filename) |
static void | bin_save (jafar::image::Image &img, std::string const &filename) |
Generated on Wed Oct 15 2014 00:37:39 for Jafar by doxygen 1.7.6.1 |