mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
When the text of a table cell should be wrapped, used a "p" column.
This commit is contained in:
parent
7e9383ab59
commit
fab2f34538
2 changed files with 10 additions and 14 deletions
|
@ -40,20 +40,18 @@ Set various options. Subsequent \function{compress()} and
|
||||||
\function{decompress()} calls will use these options. The following
|
\function{decompress()} calls will use these options. The following
|
||||||
options are available:
|
options are available:
|
||||||
|
|
||||||
\begin{tableii}{|l|l|}{code}{Option}{Effect}
|
\begin{tableii}{|l|p{3in}|}{code}{Option}{Effect}
|
||||||
\lineii{'forcegray'}{%
|
\lineii{'forcegray'}{%
|
||||||
Force output to be grayscale, even if input is RGB.}
|
Force output to be grayscale, even if input is RGB.}
|
||||||
\lineii{'quality'}{%
|
\lineii{'quality'}{%
|
||||||
Set the quality of the compressed image to a value between
|
Set the quality of the compressed image to a value between
|
||||||
\code{0} and \code{100} (default is \code{75}). \\
|
\code{0} and \code{100} (default is \code{75}). This only affects
|
||||||
&This only affects compression.}
|
compression.}
|
||||||
\lineii{'optimize'}{%
|
\lineii{'optimize'}{%
|
||||||
Perform Huffman table optimization. Takes longer, but results in
|
Perform Huffman table optimization. Takes longer, but results in
|
||||||
smaller compressed \\
|
smaller compressed image. This only affects compression.}
|
||||||
&image. This only affects compression.}
|
|
||||||
\lineii{'smooth'}{%
|
\lineii{'smooth'}{%
|
||||||
Perform inter-block smoothing on uncompressed image. Only useful
|
Perform inter-block smoothing on uncompressed image. Only useful
|
||||||
for low-quality \\
|
for low-quality images. This only affects decompression.}
|
||||||
&images. This only affects decompression.}
|
|
||||||
\end{tableii}
|
\end{tableii}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
@ -40,20 +40,18 @@ Set various options. Subsequent \function{compress()} and
|
||||||
\function{decompress()} calls will use these options. The following
|
\function{decompress()} calls will use these options. The following
|
||||||
options are available:
|
options are available:
|
||||||
|
|
||||||
\begin{tableii}{|l|l|}{code}{Option}{Effect}
|
\begin{tableii}{|l|p{3in}|}{code}{Option}{Effect}
|
||||||
\lineii{'forcegray'}{%
|
\lineii{'forcegray'}{%
|
||||||
Force output to be grayscale, even if input is RGB.}
|
Force output to be grayscale, even if input is RGB.}
|
||||||
\lineii{'quality'}{%
|
\lineii{'quality'}{%
|
||||||
Set the quality of the compressed image to a value between
|
Set the quality of the compressed image to a value between
|
||||||
\code{0} and \code{100} (default is \code{75}). \\
|
\code{0} and \code{100} (default is \code{75}). This only affects
|
||||||
&This only affects compression.}
|
compression.}
|
||||||
\lineii{'optimize'}{%
|
\lineii{'optimize'}{%
|
||||||
Perform Huffman table optimization. Takes longer, but results in
|
Perform Huffman table optimization. Takes longer, but results in
|
||||||
smaller compressed \\
|
smaller compressed image. This only affects compression.}
|
||||||
&image. This only affects compression.}
|
|
||||||
\lineii{'smooth'}{%
|
\lineii{'smooth'}{%
|
||||||
Perform inter-block smoothing on uncompressed image. Only useful
|
Perform inter-block smoothing on uncompressed image. Only useful
|
||||||
for low-quality \\
|
for low-quality images. This only affects decompression.}
|
||||||
&images. This only affects decompression.}
|
|
||||||
\end{tableii}
|
\end{tableii}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue