mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
This commit is contained in:
parent
4b4c664d2e
commit
16d6e7109d
62 changed files with 520 additions and 282 deletions
|
|
@ -19,7 +19,7 @@ per pixel, etc.
|
|||
\begin{funcdesc}{crop}{image\, psize\, width\, height\, x0\, y0\, x1\, y1}
|
||||
This function takes the image in \code{image}, which should by
|
||||
\code{width} by \code{height} in size and consist of pixels of
|
||||
\code{psize} bytes, and returns the selected part of that image. \code{X0},
|
||||
\code{psize} bytes, and returns the selected part of that image. \code{x0},
|
||||
\code{y0}, \code{x1} and \code{y1} are like the \code{lrectread}
|
||||
parameters, i.e. the boundary is included in the new image.
|
||||
The new boundaries need not be inside the picture. Pixels that fall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue