We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a3514 commit 0d07890Copy full SHA for 0d07890
src/mapnik_image_view.cpp
@@ -49,7 +49,7 @@ using mapnik::save_to_file;
49
PyObject* view_tostring1(image_view_any const& view)
50
{
51
std::ostringstream ss(std::ios::out|std::ios::binary);
52
- mapnik::view_to_string(view, ss);
+ mapnik::view_to_stream(view, ss);
53
return
54
#if PY_VERSION_HEX >= 0x03000000
55
::PyBytes_FromStringAndSize
0 commit comments