Thanks to visit codestin.com Credit goes to github.com
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 290e5bd commit db2241fCopy full SHA for db2241f
1 file changed
src/_image.cpp
@@ -133,6 +133,7 @@ char Image_as_str__doc__[] =
133
"numrows, numcols, s = as_str()"
134
"\n"
135
"Call this function after resize to get the data as string"
136
+"The string is a numrows by numcols x 4 (RGBA) unsigned char buffer"
137
;
138
139
static PyObject *
0 commit comments