This commit is contained in:
parent
01dbf53a62
commit
9a54d720cd
1 changed files with 7 additions and 0 deletions
|
@ -368,6 +368,13 @@ template MAPNIK_DECL void save_to_file<image_view_any> (image_view_any const&,
|
|||
std::string const&,
|
||||
rgba_palette const& palette);
|
||||
|
||||
template MAPNIK_DECL std::string save_to_string<image_view_rgba8> (image_view_rgba8 const&,
|
||||
std::string const&);
|
||||
|
||||
template MAPNIK_DECL std::string save_to_string<image_view_rgba8> (image_view_rgba8 const&,
|
||||
std::string const&,
|
||||
rgba_palette const& palette);
|
||||
|
||||
template MAPNIK_DECL std::string save_to_string<image_view_any> (image_view_any const&,
|
||||
std::string const&);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue