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 9d7375f commit ecb48d0Copy full SHA for ecb48d0
1 file changed
src/_png.cpp
@@ -84,7 +84,7 @@ static void flush_png_data(png_structp png_ptr)
84
}
85
86
const char *Py_write_png__doc__ =
87
- "write_png(buffer, file, dpi=0, compression=6, filter=auto)\n"
+ "write_png(buffer, file, dpi=0, compression=6, filter=auto, metadata=None)\n"
88
"\n"
89
"Parameters\n"
90
"----------\n"
0 commit comments