mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
@ -14,7 +14,7 @@ The \code{jpeg} module defines these functions:
|
|||
Treat data as a pixmap of width \var{w} and height \var{h}, with \var{b} bytes per
|
||||
pixel. The data is in SGI GL order, so the first pixel is in the
|
||||
lower-left corner. This means that \code{lrectread} return data can
|
||||
immedeately be passed to compress. Currently only 1 byte and 4 byte
|
||||
immediately be passed to compress. Currently only 1 byte and 4 byte
|
||||
pixels are allowed, the former being treated as greyscale and the
|
||||
latter as RGB color. Compress returns a string that contains the
|
||||
compressed picture, in JFIF format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue