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 53305a4 commit 2dbda09Copy full SHA for 2dbda09
1 file changed
src/_png.cpp
@@ -80,7 +80,7 @@ static void flush_png_data(png_structp png_ptr)
80
}
81
82
const char *Py_write_png__doc__ =
83
- "write_png(buffer, file, dpi=0, compression=6, filter=auto)\n"
+ "write_png(buffer, file, dpi=0, compression=6, filter=auto, metadata=None)\n"
84
"\n"
85
"Parameters\n"
86
"----------\n"
0 commit comments