aboutsummaryrefslogtreecommitdiff
path: root/libpng-manual.txt
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-11-17 18:51:46 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-11-17 18:51:46 +0000
commit3f67af02ac46d5a0e53f824e7e3b2fa09f97713b (patch)
tree4d1d13e8407ed8e04c0f3cac7006758988f1859d /libpng-manual.txt
parent52e43a0ca859853dd91dcf2118927655228ddd4a (diff)
parent1640fa9077b59f1c49397e95810940ad8e782cb1 (diff)
downloadlibpng-3f67af02ac46d5a0e53f824e7e3b2fa09f97713b.tar.gz
Merge "Upgrade libpng to v1.6.38" am: 1640fa9077main-16k-with-phones
Original change: https://android-review.googlesource.com/c/platform/external/libpng/+/2305386 Change-Id: I2b5bf136b55627fc010bae198b937402b202a18c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libpng-manual.txt')
-rw-r--r--libpng-manual.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpng-manual.txt b/libpng-manual.txt
index 5dad92fbf..19b1e0c35 100644
--- a/libpng-manual.txt
+++ b/libpng-manual.txt
@@ -1,6 +1,6 @@
libpng-manual.txt - A description on how to use and modify libpng
- Copyright (c) 2018-2019 Cosmin Truta
+ Copyright (c) 2018-2022 Cosmin Truta
Copyright (c) 1998-2018 Glenn Randers-Pehrson
This document is released under the libpng license.
@@ -9,9 +9,9 @@ libpng-manual.txt - A description on how to use and modify libpng
Based on:
- libpng version 1.6.36, December 2018, through 1.6.37 - April 2019
+ libpng version 1.6.36, December 2018, through 1.6.38 - September 2022
Updated and distributed by Cosmin Truta
- Copyright (c) 2018-2019 Cosmin Truta
+ Copyright (c) 2018-2022 Cosmin Truta
libpng versions 0.97, January 1998, through 1.6.35 - July 2018
Updated and distributed by Glenn Randers-Pehrson
@@ -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.
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
can be done by a trivial manipulation of the palette.)