[devel] Fix spelling of "conversion" in manual.

This commit is contained in:
Glenn Randers-Pehrson 2011-05-17 06:56:50 -05:00
parent c261077788
commit cd116fa248
2 changed files with 4 additions and 4 deletions

View File

@ -1451,8 +1451,8 @@ the information. If, instead, you want to convert the image to an opaque
version with no alpha channel use png_set_background; see below.
As of libpng version 1.5.2, almost all useful expansions are supported, the
major ommissions are convertion of grayscale to indexed images (which can be
done trivially in the application) and convertion of indexed to grayscale (which
major ommissions are conversion of grayscale to indexed images (which can be
done trivially in the application) and conversion of indexed to grayscale (which
can be done by a trivial manipulation of the palette.)
In the following table, the 01 means grayscale with depth<8, 31 means

View File

@ -2402,8 +2402,8 @@ the information. If, instead, you want to convert the image to an opaque
version with no alpha channel use png_set_background; see below.
As of libpng version 1.5.2, almost all useful expansions are supported, the
major ommissions are convertion of grayscale to indexed images (which can be
done trivially in the application) and convertion of indexed to grayscale (which
major ommissions are conversion of grayscale to indexed images (which can be
done trivially in the application) and conversion of indexed to grayscale (which
can be done by a trivial manipulation of the palette.)
In the following table, the 01 means grayscale with depth<8, 31 means