From 96628a90c47f15f357b31d665a4222d175e17b27 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 10 Apr 1995 11:34:00 +0000 Subject: typos, layout and other small things --- Doc/libjpeg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/libjpeg.tex') diff --git a/Doc/libjpeg.tex b/Doc/libjpeg.tex index b5c14a4bf2..8215cada56 100644 --- a/Doc/libjpeg.tex +++ b/Doc/libjpeg.tex @@ -14,7 +14,7 @@ The \code{jpeg} module defines these functions: Treat data as a pixmap of width \var{w} and height \var{h}, with \var{b} bytes per pixel. The data is in SGI GL order, so the first pixel is in the lower-left corner. This means that \code{lrectread} return data can -immedeately be passed to compress. Currently only 1 byte and 4 byte +immediately be passed to compress. Currently only 1 byte and 4 byte pixels are allowed, the former being treated as greyscale and the latter as RGB color. Compress returns a string that contains the compressed picture, in JFIF format. -- cgit v1.2.1