diff options
Diffstat (limited to 'Doc/lib/libimgfile.tex')
-rw-r--r-- | Doc/lib/libimgfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimgfile.tex b/Doc/lib/libimgfile.tex index 3587d85..1aad965 100644 --- a/Doc/lib/libimgfile.tex +++ b/Doc/lib/libimgfile.tex @@ -40,7 +40,7 @@ scaled to the given \var{x} and \var{y} sizes. If the \var{filter} and simply dropping or duplicating pixels, so the result will be less than perfect, especially for computer-generated images. -Alternatively, you can specify a filter to use to smoothen the image +Alternatively, you can specify a filter to use to smooth the image after scaling. The filter forms supported are \code{'impulse'}, \code{'box'}, \code{'triangle'}, \code{'quadratic'} and \code{'gaussian'}. If a filter is specified \var{blur} is an optional |