#include <string>#include <mapnik/graphics.hpp>#include <mapnik/memory.hpp>#include <mapnik/image_util.hpp>#include <mapnik/image_view.hpp>#include <png.h>#include <jpeglib.h>Namespaces | |
| namespace | mapnik |
Functions | |
| template<typename T> | |
| void | mapnik::save_to_file (std::string const &filename, std::string const &type, T const &image) |
| template<typename T> | |
| void | mapnik::save_as_png (std::string const &filename, T const &image) |
| template<typename T> | |
| void | mapnik::save_as_jpeg (std::string const &filename, int quality, T const &image) |
| template void | mapnik::save_to_file< ImageData32 > (std::string const &, std::string const &, ImageData32 const &) |
| template void | mapnik::save_to_file< image_view< ImageData32 > > (std::string const &, std::string const &, image_view< ImageData32 > const &) |
1.4.7