diff options
author | Guido van Rossum <guido@python.org> | 1998-07-17 19:01:29 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-17 19:01:29 (GMT) |
commit | dfba2fbfd0ea9715dd909577af7b069a9907154a (patch) | |
tree | 19079f20984221e02e581ad6accec9c7776993b5 | |
parent | 7589b71c4afbbb098b47eb7f827f8648cf214a21 (diff) | |
download | cpython-dfba2fbfd0ea9715dd909577af7b069a9907154a.zip cpython-dfba2fbfd0ea9715dd909577af7b069a9907154a.tar.gz cpython-dfba2fbfd0ea9715dd909577af7b069a9907154a.tar.bz2 |
Eric Raymond documents two already-existing functions (bmp, png).
-rw-r--r-- | Doc/lib/libimghdr.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libimghdr.tex b/Doc/lib/libimghdr.tex index 2f21a25..9e58fdd 100644 --- a/Doc/lib/libimghdr.tex +++ b/Doc/lib/libimghdr.tex @@ -28,6 +28,8 @@ return value from \function{what()}: \lineii{'rast'}{Sun Raster Files} \lineii{'xbm'}{X Bitmap Files} \lineii{'jpeg'}{JPEG data in JIFF format} + \lineii{'bmp'}{BMP files} + \lineii{'png'}{Portable Network Graphics} \end{tableii} You can extend the list of file types \module{imghdr} can recognize by |