diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libimgfile.tex | 7 | ||||
-rw-r--r-- | Doc/libimgfile.tex | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/Doc/lib/libimgfile.tex b/Doc/lib/libimgfile.tex index f876935..e74fe9e 100644 --- a/Doc/lib/libimgfile.tex +++ b/Doc/lib/libimgfile.tex @@ -42,9 +42,8 @@ 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}. -\code{readscaled} makes no -attempt to keep the aspect ratio correct, so that is the users' -responsibility. +\function{readscaled()} makes no attempt to keep the aspect ratio +correct, so that is the users' responsibility. \end{funcdesc} \begin{funcdesc}{ttob}{flag} @@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image file \var{file}. \var{x} and \var{y} give the size of the image, \var{z} is 1 for 1 byte greyscale images or 3 for RGB images (which are stored as 4 byte values of which only the lower three bytes are used). -These are the formats returned by \code{gl.lrectread}. +These are the formats returned by \function{gl.lrectread()}. \end{funcdesc} diff --git a/Doc/libimgfile.tex b/Doc/libimgfile.tex index f876935..e74fe9e 100644 --- a/Doc/libimgfile.tex +++ b/Doc/libimgfile.tex @@ -42,9 +42,8 @@ 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}. -\code{readscaled} makes no -attempt to keep the aspect ratio correct, so that is the users' -responsibility. +\function{readscaled()} makes no attempt to keep the aspect ratio +correct, so that is the users' responsibility. \end{funcdesc} \begin{funcdesc}{ttob}{flag} @@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image file \var{file}. \var{x} and \var{y} give the size of the image, \var{z} is 1 for 1 byte greyscale images or 3 for RGB images (which are stored as 4 byte values of which only the lower three bytes are used). -These are the formats returned by \code{gl.lrectread}. +These are the formats returned by \function{gl.lrectread()}. \end{funcdesc} |