#include <mapnik/image_data.hpp>
#include <mapnik/config.hpp>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | mapnik::ImageReaderException |
struct | mapnik::ImageReader |
Namespaces | |
namespace | mapnik |
Functions | |
bool | mapnik::register_image_reader (const std::string &type, ImageReader *(*)(const std::string &)) |
ImageReader * | mapnik::get_image_reader (const std::string &filename, const std::string &type) |
ImageReader * | mapnik::get_image_reader (const std::string &filename) |