diff options
Diffstat (limited to 'Doc/lib/libimghdr.tex')
-rw-r--r-- | Doc/lib/libimghdr.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libimghdr.tex b/Doc/lib/libimghdr.tex index 9e58fdd..637dca2 100644 --- a/Doc/lib/libimghdr.tex +++ b/Doc/lib/libimghdr.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{imghdr}} -\label{module-imghdr} -\stmodindex{imghdr} +\declaremodule{standard}{imghdr} + +\modulesynopsis{Determine the type of image contained in a file or byte stream.} + The \module{imghdr} module determines the type of image contained in a file or byte stream. |