8000
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 968b467 commit 5f37b9dCopy full SHA for 5f37b9d
src/_png.cpp
@@ -135,9 +135,9 @@ const char *Py_write_png__doc__ =
135
" Byte string containing the PNG content if None was passed in for\n"
136
" file, otherwise None is returned.\n";
137
138
-// this code is heavily adapted from the paint license, which is in
139
-// the file LICENSE_PAINT (BSD compatible) included in this
140
-// distribution.
+// this code is heavily adapted from
+// https://www.object-craft.com.au/projects/paint/ which licensed under the
+// (BSD compatible) LICENSE_PAINT which is included in this distribution.
141
static PyObject *Py_write_png(PyObject *self, PyObject *args, PyObject *kwds)
142
{
143
numpy::array_view<unsigned char, 3> buffer;
0 commit comments