mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Updated comments
by @radarhere, lost during rebase
This commit is contained in:
parent
a6d83ec9cc
commit
302962dae1
|
@ -82,5 +82,5 @@ C-level Flags
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
|
|
||||||
Some compiling flags like ``WITH_THREADING``, ``WITH_IMAGECHOPS``, and other
|
Some compiling flags like ``WITH_THREADING``, ``WITH_IMAGECHOPS``, and other
|
||||||
``WITH_*`` were removed. These flags were not available in the build system,
|
``WITH_*`` were removed. These flags were not available through the build system,
|
||||||
but they could be edited in the C source.
|
but they could be edited in the C source.
|
||||||
|
|
|
@ -2613,7 +2613,7 @@ _chop_overlay(ImagingObject *self, PyObject *args) {
|
||||||
return PyImagingNew(ImagingOverlay(self->image, imagep->image));
|
return PyImagingNew(ImagingOverlay(self->image, imagep->image));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Graphics (ImageDraw) ----------------------------------------------- */
|
/* Fonts (ImageDraw and ImageFont) ------------------------------------ */
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
_font_new(PyObject *self_, PyObject *args) {
|
_font_new(PyObject *self_, PyObject *args) {
|
||||||
|
@ -2842,7 +2842,7 @@ static struct PyMethodDef _font_methods[] = {
|
||||||
{NULL, NULL} /* sentinel */
|
{NULL, NULL} /* sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* -------------------------------------------------------------------- */
|
/* Graphics (ImageDraw) ----------------------------------------------- */
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
_draw_new(PyObject *self_, PyObject *args) {
|
_draw_new(PyObject *self_, PyObject *args) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user