#include <mapnik/image_util.hpp>#include <mapnik/png_io.hpp>#include <mapnik/jpeg_io.hpp>#include <mapnik/graphics.hpp>#include <mapnik/memory.hpp>#include <mapnik/image_view.hpp>#include <string>#include <iostream>#include <fstream>Namespaces | |
| namespace | mapnik |
Functions | |
| template<typename T> | |
| void | mapnik::save_to_file (T const &image, std::string const &filename, std::string const &type) |
| template<typename T> | |
| void | mapnik::save_to_file (T const &image, std::string const &filename) |
| template void | mapnik::save_to_file< ImageData32 > (ImageData32 const &, std::string const &, std::string const &) |
| template void | mapnik::save_to_file< ImageData32 > (ImageData32 const &, std::string const &) |
| template void | mapnik::save_to_file< image_view< ImageData32 > > (image_view< ImageData32 > const &, std::string const &, std::string const &) |
| template void | mapnik::save_to_file< image_view< ImageData32 > > (image_view< ImageData32 > const &, std::string const &) |
1.5.6