diff options
Diffstat (limited to 'Doc/lib/libimageop.tex')
-rw-r--r-- | Doc/lib/libimageop.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libimageop.tex b/Doc/lib/libimageop.tex index b364387..0f611e7 100644 --- a/Doc/lib/libimageop.tex +++ b/Doc/lib/libimageop.tex @@ -46,7 +46,7 @@ interlacing, hence the name. \begin{funcdesc}{grey2mono}{image, width, height, threshold} Convert a 8-bit deep greyscale image to a 1-bit deep image by -tresholding all the pixels. The resulting image is tightly packed and +thresholding all the pixels. The resulting image is tightly packed and is probably only useful as an argument to \function{mono2grey()}. \end{funcdesc} |