summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/libpng.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libpng/libpng.3')
-rw-r--r--src/3rdparty/libpng/libpng.318
1 files changed, 9 insertions, 9 deletions
diff --git a/src/3rdparty/libpng/libpng.3 b/src/3rdparty/libpng/libpng.3
index 7997da57..249fc095 100644
--- a/src/3rdparty/libpng/libpng.3
+++ b/src/3rdparty/libpng/libpng.3
@@ -1156,7 +1156,7 @@ followed the set of transformations indicated by the transform mask,
then png_read_image(), and finally png_read_end().
(The final parameter of this call is not yet used. Someday it might point
-to transformation parameters retquired by some future input transform.)
+to transformation parameters required by some future input transform.)
After you have called png_read_png(), you can retrieve the image data
with
@@ -1473,11 +1473,11 @@ See png_read_update_info(), below.
A tquick word about text_ptr and num_text. PNG stores comments in
keyword/text pairs, one pair per chunk, with no limit on the number
of text chunks, and a 2^31 byte limit on their size. While there are
-suggested keywords, there is no retquirement to restrict the use to these
+suggested keywords, there is no requirement to restrict the use to these
strings. It is strongly suggested that keywords and text be sensible
to humans (that's the point), so don't use abbreviations. Non-printing
symbols are not allowed. See the PNG specification for more details.
-There is also no retquirement to have text after the keyword.
+There is also no requirement to have text after the keyword.
Keywords should be limited to 79 Latin-1 characters without leading or
trailing spaces, but non-consecutive spaces are allowed within the
@@ -1713,7 +1713,7 @@ to set the display gamma separately for each system is to check for a
SCREEN_GAMMA or DISPLAY_GAMMA environment variable, which will hopefully be
correctly set.
-Note that display_gamma is the overall gamma correction retquired to produce
+Note that display_gamma is the overall gamma correction required to produce
pleasing results, which depends on the lighting conditions in the surrounding
environment. In a dim or brightly lit room, no compensation other than
the physical gamma exponent of the monitor is needed, while in a dark room
@@ -1843,7 +1843,7 @@ function
user_depth, user_channels);
The user's application, not libpng, is responsible for allocating and
-freeing any memory retquired for the user structure.
+freeing any memory required for the user structure.
You can retrieve the pointer via the function
png_get_user_transform_ptr(). For example:
@@ -2699,7 +2699,7 @@ created in a non-PNG format, a still photo from which the image was
scanned, or possibly the subject matter itself. In order to facilitate
machine-readable dates, it is recommended that the "Creation Time"
tEXt chunk use RFC 1123 format dates (e.g. "22 May 1997 18:07:10 GMT"),
-although this isn't a retquirement. Unlike the tIME chunk, the
+although this isn't a requirement. Unlike the tIME chunk, the
"Creation Time" tEXt chunk is not expected to be automatically changed
by the software. To facilitate the use of RFC 1123 dates, a function
png_convert_to_rfc1123(png_timep) is provided to convert from PNG
@@ -2750,7 +2750,7 @@ followed the set of transformations indicated by the transform mask,
then png_write_image(), and finally png_write_end().
(The final parameter of this call is not yet used. Someday it might point
-to transformation parameters retquired by some future output transform.)
+to transformation parameters required by some future output transform.)
.SS The low-level write interface
@@ -2838,7 +2838,7 @@ file so that decoders can recover the original data if desired.
If the data is stored in the row buffer in a bit depth other than
one supported by PNG (e.g. 3 bit data in the range 0-7 for a 4-bit PNG),
this will scale the values to appear to be the correct bit depth as
-is retquired by PNG.
+is required by PNG.
png_set_shift(png_ptr, &sig_bit);
@@ -3935,7 +3935,7 @@ to the following restrictions:
The Contributing Authors and Group 42, Inc. specifically permit, without
fee, and encourage the use of this source code as a component to
supporting the PNG file format in commercial products. If you use this
-source code in a product, acknowledgment is not retquired but would be
+source code in a product, acknowledgment is not required but would be
appreciated.