diff options
author | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-08 12:30:22 (GMT) |
commit | 16d6e7109deb1bcfd8a860cb60c16c02a0ef183b (patch) | |
tree | 81624359068cca2b8476d0894c8cd28788d0762e /Doc/libimgfile.tex | |
parent | 4b4c664d2e93279c8d749da027000453f9e2cd46 (diff) | |
download | cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.zip cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.gz cpython-16d6e7109deb1bcfd8a860cb60c16c02a0ef183b.tar.bz2 |
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
Diffstat (limited to 'Doc/libimgfile.tex')
-rw-r--r-- | Doc/libimgfile.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libimgfile.tex b/Doc/libimgfile.tex index 99efaf4..2da8d9d 100644 --- a/Doc/libimgfile.tex +++ b/Doc/libimgfile.tex @@ -29,7 +29,7 @@ the string. This format is suitable to pass to \code{gl.lrectwrite}, for instance. \end{funcdesc} -\begin{funcdesc}{readscaled}{file\, x\, y\, filter\, blur} +\begin{funcdesc}{readscaled}{file\, x\, y\, filter\optional{\, blur}} This function is identical to read but it returns an image that is scaled to the given \var{x} and \var{y} sizes. If the \var{filter} and \var{blur} parameters are omitted scaling is done by @@ -42,7 +42,7 @@ after scaling. The filter forms supported are \code{'impulse'}, \code{'gaussian'}. If a filter is specified \var{blur} is an optional parameter specifying the blurriness of the filter. It defaults to \code{1.0}. -Readscaled makes no +\code{readscaled} makes no attempt to keep the aspect ratio correct, so that is the users' responsibility. \end{funcdesc} |