#include <string>#include <mapnik/config.hpp>#include <mapnik/graphics.hpp>Go to the source code of this file.
Namespaces | |
| namespace | mapnik |
Classes | |
| struct | mapnik::image_op< Image, scale > |
| struct | mapnik::image_op< Image, 2 > |
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<typename T> | |
| double | mapnik::distance (T x0, T y0, T x1, T y1) |
| template<typename Image> | |
| void | mapnik::scale_down2 (Image &target, const Image &source) |
| template<typename Image> | |
| void | mapnik::scale_image (Image &target, const Image &source, unsigned scale) |
| template<typename Image> | |
| void | mapnik::scale_image (Image &target, const Image &source) |
1.4.7