Fix typo in libpng manual

This commit is contained in:
Samanta Navarro 2020-10-03 11:51:35 +00:00 committed by Cosmin Truta
parent 3848c73ab4
commit eda0f47f46
2 changed files with 2 additions and 2 deletions

View File

@ -1792,7 +1792,7 @@ the information. If, instead, you want to convert the image to an opaque
version with no alpha channel use png_set_background; see below. 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 As of libpng version 1.5.2, almost all useful expansions are supported, the
major ommissions are conversion of grayscale to indexed images (which can be major omissions are conversion of grayscale to indexed images (which can be
done trivially in the application) and conversion of indexed to grayscale (which done trivially in the application) and conversion of indexed to grayscale (which
can be done by a trivial manipulation of the palette.) can be done by a trivial manipulation of the palette.)

View File

@ -2311,7 +2311,7 @@ the information. If, instead, you want to convert the image to an opaque
version with no alpha channel use png_set_background; see below. 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 As of libpng version 1.5.2, almost all useful expansions are supported, the
major ommissions are conversion of grayscale to indexed images (which can be major omissions are conversion of grayscale to indexed images (which can be
done trivially in the application) and conversion of indexed to grayscale (which done trivially in the application) and conversion of indexed to grayscale (which
can be done by a trivial manipulation of the palette.) can be done by a trivial manipulation of the palette.)