diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
commit | ffbe68723a5cb124a1e018d05af9e279ae1ad6fe (patch) | |
tree | bda5a40b89973ee45d27f9685c527f6f59533b56 /Doc/lib/libimageop.tex | |
parent | 7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (diff) | |
download | cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.zip cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.gz cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.bz2 |
Make internal module references hyperlinks wherever it makes sense.
Diffstat (limited to 'Doc/lib/libimageop.tex')
-rw-r--r-- | Doc/lib/libimageop.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libimageop.tex b/Doc/lib/libimageop.tex index ded5b51..b364387 100644 --- a/Doc/lib/libimageop.tex +++ b/Doc/lib/libimageop.tex @@ -1,14 +1,14 @@ \section{\module{imageop} --- - Manipulate raw image data.} -\declaremodule{builtin}{imageop} + Manipulate raw image data} +\declaremodule{builtin}{imageop} \modulesynopsis{Manipulate raw image data.} The \module{imageop} module contains some useful operations on images. It operates on images consisting of 8 or 32 bit pixels stored in Python strings. This is the same format as used by -\function{gl.lrectwrite()} and the \module{imgfile} module. +\function{gl.lrectwrite()} and the \refmodule{imgfile} module. The module defines the following variables and functions: |