summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-src/libpng.3
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-11-21 07:14:37 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-11-21 07:14:37 +0000
commitd21d8428c8716c011e423661089d4f75a37ddf39 (patch)
treeefc38fe1ea63e9d31af2aff966785d60e4e531b1 /Build/source/libs/libpng/libpng-src/libpng.3
parent5dcad7d0ef1f73542bb60dac43e0eba6d1c0eaf0 (diff)
libpng 1.6.39
git-svn-id: svn://tug.org/texlive/trunk@65063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-src/libpng.3')
-rw-r--r--Build/source/libs/libpng/libpng-src/libpng.38
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/libpng/libpng-src/libpng.3 b/Build/source/libs/libpng/libpng-src/libpng.3
index b7fc1829651..2ea6af3b4f9 100644
--- a/Build/source/libs/libpng/libpng-src/libpng.3
+++ b/Build/source/libs/libpng/libpng-src/libpng.3
@@ -1,6 +1,6 @@
-.TH LIBPNG 3 "September 14, 2022"
+.TH LIBPNG 3 "November 20, 2022"
.SH NAME
-libpng \- Portable Network Graphics (PNG) Reference Library 1.6.38
+libpng \- Portable Network Graphics (PNG) Reference Library 1.6.39
.SH SYNOPSIS
\fB#include <png.h>\fP
@@ -528,7 +528,7 @@ libpng-manual.txt - A description on how to use and modify libpng
Based on:
- libpng version 1.6.36, December 2018, through 1.6.38 - September 2022
+ libpng version 1.6.36, December 2018, through 1.6.39 - November 2022
Updated and distributed by Cosmin Truta
Copyright (c) 2018-2022 Cosmin Truta
@@ -1396,7 +1396,7 @@ described below (the latter being the two common names for associated alpha
color channels). Note that PNG files always contain non-associated color
channels; png_set_alpha_mode() with one of the modes causes the decoder to
convert the pixels to an associated form before returning them to your
-application.
+application.
Since it is not necessary to perform arithmetic on opaque color values so
long as they are not to be resampled and are in the final color space it is