#include <mapnik/config.hpp>#include <mapnik/graphics.hpp>#include <boost/algorithm/string.hpp>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | mapnik |
Classes | |
| class | mapnik::ImageWriterException |
| struct | mapnik::image_op< Image, scale > |
| struct | mapnik::image_op< Image, 2 > |
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<typename T> | |
| void | mapnik::save_as_png (T const &image, std::string const &filename) |
| template<typename T> | |
| void | mapnik::save_as_jpeg (std::string const &filename, int quality, T const &image) |
| bool | mapnik::is_png (std::string const &filename) |
| bool | mapnik::is_jpeg (std::string const &filename) |
| bool | mapnik::is_tiff (std::string const &filename) |
| std::string | mapnik::type_from_filename (std::string const &filename) |
| 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) |
| MAPNIK_DECL void | mapnik::save_to_file (Image32 const &image, std::string const &file, std::string const &type) |
| MAPNIK_DECL void | mapnik::save_to_file (Image32 const &image, std::string const &file) |
1.5.6