diff options
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: |
