Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
51da6ad7
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
51da6ad7
编写于
12月 08, 2015
作者:
A
azvegint
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8143941: Update splashscreen displays
Reviewed-by: ahgross, prr, serb
上级
fbd91851
变更
27
展开全部
隐藏空白更改
内联
并排
Showing
27 changed file
with
9972 addition
and
19302 deletion
+9972
-19302
src/share/native/sun/awt/libpng/CHANGES
src/share/native/sun/awt/libpng/CHANGES
+21
-1635
src/share/native/sun/awt/libpng/LICENSE
src/share/native/sun/awt/libpng/LICENSE
+3
-3
src/share/native/sun/awt/libpng/README
src/share/native/sun/awt/libpng/README
+25
-38
src/share/native/sun/awt/libpng/png.c
src/share/native/sun/awt/libpng/png.c
+478
-2549
src/share/native/sun/awt/libpng/png.h
src/share/native/sun/awt/libpng/png.h
+614
-1308
src/share/native/sun/awt/libpng/pngconf.h
src/share/native/sun/awt/libpng/pngconf.h
+245
-270
src/share/native/sun/awt/libpng/pngdebug.h
src/share/native/sun/awt/libpng/pngdebug.h
+12
-9
src/share/native/sun/awt/libpng/pngerror.c
src/share/native/sun/awt/libpng/pngerror.c
+109
-400
src/share/native/sun/awt/libpng/pngget.c
src/share/native/sun/awt/libpng/pngget.c
+164
-345
src/share/native/sun/awt/libpng/pnginfo.h
src/share/native/sun/awt/libpng/pnginfo.h
+42
-33
src/share/native/sun/awt/libpng/pnglibconf.h
src/share/native/sun/awt/libpng/pnglibconf.h
+63
-132
src/share/native/sun/awt/libpng/pngmem.c
src/share/native/sun/awt/libpng/pngmem.c
+528
-142
src/share/native/sun/awt/libpng/pngpread.c
src/share/native/sun/awt/libpng/pngpread.c
+907
-219
src/share/native/sun/awt/libpng/pngpriv.h
src/share/native/sun/awt/libpng/pngpriv.h
+590
-1176
src/share/native/sun/awt/libpng/pngread.c
src/share/native/sun/awt/libpng/pngread.c
+698
-3365
src/share/native/sun/awt/libpng/pngrio.c
src/share/native/sun/awt/libpng/pngrio.c
+64
-8
src/share/native/sun/awt/libpng/pngrtran.c
src/share/native/sun/awt/libpng/pngrtran.c
+1099
-1137
src/share/native/sun/awt/libpng/pngrutil.c
src/share/native/sun/awt/libpng/pngrutil.c
+1594
-2402
src/share/native/sun/awt/libpng/pngset.c
src/share/native/sun/awt/libpng/pngset.c
+356
-730
src/share/native/sun/awt/libpng/pngstruct.h
src/share/native/sun/awt/libpng/pngstruct.h
+57
-209
src/share/native/sun/awt/libpng/pngtest.c
src/share/native/sun/awt/libpng/pngtest.c
+412
-626
src/share/native/sun/awt/libpng/pngtrans.c
src/share/native/sun/awt/libpng/pngtrans.c
+52
-223
src/share/native/sun/awt/libpng/pngwio.c
src/share/native/sun/awt/libpng/pngwio.c
+100
-14
src/share/native/sun/awt/libpng/pngwrite.c
src/share/native/sun/awt/libpng/pngwrite.c
+499
-1299
src/share/native/sun/awt/libpng/pngwtran.c
src/share/native/sun/awt/libpng/pngwtran.c
+157
-98
src/share/native/sun/awt/libpng/pngwutil.c
src/share/native/sun/awt/libpng/pngwutil.c
+1082
-932
src/share/native/sun/awt/splashscreen/splashscreen_png.c
src/share/native/sun/awt/splashscreen/splashscreen_png.c
+1
-0
未找到文件。
src/share/native/sun/awt/libpng/CHANGES
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/LICENSE
浏览文件 @
51da6ad7
...
...
@@ -10,8 +10,8 @@ this sentence.
This code is released under the libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.
6.16, December 22, 2014
, are
Copyright (c) 2004, 2006-201
4
Glenn Randers-Pehrson, and are
libpng versions 1.2.6, August 15, 2004, through 1.
5.4, July 7, 2011
, are
Copyright (c) 2004, 2006-201
1
Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors
...
...
@@ -108,4 +108,4 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp at users.sourceforge.net
December 22, 2014
July 7, 2011
src/share/native/sun/awt/libpng/README
浏览文件 @
51da6ad7
README for libpng version 1.
6.16 - December 22, 2014 (shared library 16
.0)
README for libpng version 1.
5.4 - July 7, 2011 (shared library 15
.0)
See the note about version numbers near the top of png.h
See INSTALL for instructions on how to install libpng.
Libpng comes in several distribution formats. Get libpng-*.tar.gz
or
libpng-*.tar.xz or
if you want UNIX-style line endings in the text files,
or lpng*.7z
or lpng*.zip if you want DOS-style line endings.
Libpng comes in several distribution formats. Get libpng-*.tar.gz
,
libpng-*.tar.xz or
libpng-*.tar.bz2 if you want UNIX-style line endings
in the text files,
or lpng*.zip if you want DOS-style line endings.
Version 0.89 was the first official release of libpng. Don't let the
fact that it's the first release fool you. The libpng library has been in
...
...
@@ -23,25 +23,18 @@ earlier versions if you are using a shared library. The type of the
png_uint_32, which will affect shared-library applications that use
this function.
To avoid problems with changes to the internals of png
info_struct,
To avoid problems with changes to the internals of png
_
info_struct,
new APIs have been made available in 0.95 to avoid direct application
access to info_ptr. These functions are the png_set_<chunk> and
png_get_<chunk> functions. These functions should be used when
accessing/storing the info_struct data, rather than manipulating it
directly, to avoid such problems in the future.
It is important to note that the APIs d
id
not make current programs
It is important to note that the APIs d
o
not make current programs
that access the info struct directly incompatible with the new
library, through libpng-1.2.x. In libpng-1.4.x, which was meant to
be a transitional release, members of the png_struct and the
info_struct can still be accessed, but the compiler will issue a
warning about deprecated usage. Since libpng-1.5.0, direct access
to these structs is not allowed, and the definitions of the structs
reside in private pngstruct.h and pnginfo.h header files that are not
accessible to applications. It is strongly suggested that new
programs use the new APIs (as shown in example.c and pngtest.c), and
older programs be converted to the new format, to facilitate upgrades
in the future.
library. However, it is strongly suggested that new programs use
the new APIs (as shown in example.c and pngtest.c), and older programs
be converted to the new format, to facilitate upgrades in the future.
****
Additions since 0.90 include the ability to compile libpng as a
...
...
@@ -84,21 +77,17 @@ compression library that is useful for more things than just PNG files.
You can use zlib as a drop-in replacement for fread() and fwrite() if
you are so inclined.
zlib should be available at the same place that libpng is, or at zlib.net.
zlib should be available at the same place that libpng is, or at.
ftp://ftp.info-zip.org/pub/infozip/zlib
You may also want a copy of the PNG specification. It is available
as an RFC, a W3C Recommendation, and an ISO/IEC Standard. You can find
these at http://www.libpng.org/pub/png/documents/
This code is currently being archived at libpng.sf.net in the
[DOWNLOAD] area, and at ftp://ftp.simplesystems.org. If you can't find it
in any of those places, e-mail me, and I'll help you find it.
I am not a lawyer, but I believe that the Export Control Classification
Number (ECCN) for libpng is EAR99, which means not subject to export
controls or International Traffic in Arms Regulations (ITAR) because it
is open source, publicly available software, that does not contain any
encryption software. See the EAR, paragraphs 734.3(b)(3) and 734.7(b).
[DOWNLOAD] area, and on CompuServe, Lib 20 (PNG SUPPORT)
at GO GRAPHSUP. If you can't find it in any of those places,
e-mail me, and I'll help you find it.
If you have any code changes, requests, problems, etc., please e-mail
them to me. Also, I'd appreciate any make files or project files,
...
...
@@ -116,7 +105,7 @@ based in a large way on Guy's and Andreas' earlier work), and the PNG
development group.
Send comments/corrections/commendations to png-mng-implement at
lists.sourceforge.net (subscription required; visit
lists.sourceforge.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
...
...
@@ -134,7 +123,7 @@ and ...". If in doubt, send questions to me. I'll bounce them
to others, if necessary.
Please do not send suggestions on how to change PNG. We have
been discussing PNG for
nine
teen years now, and it is official and
been discussing PNG for
six
teen years now, and it is official and
finished. If you have suggestions for libpng, however, I'll
gladly listen. Even if your suggestion is not used immediately,
it may be used later.
...
...
@@ -178,25 +167,23 @@ Files in this distribution:
pngwrite.c => High-level write functions
pngwtran.c => Write data transformations
pngwutil.c => Write utility functions
arm => Contains optimized code for the ARM platform
contrib => Contributions
examples => Example programs
gregbook => source code for PNG reading and writing, from
Greg Roelofs' "PNG: The Definitive Guide",
O'Reilly, 1999
libtests => Test programs
pngminim => Minimal decoder, encoder, and progressive decoder
programs demonstrating use of pngusr.dfa
pngminus => Simple pnm2png and png2pnm programs
pngsuite => Test images
tools => Various tools
visupng => Contains a MSVC workspace for VisualPng
msvctest => Builds and runs pngtest using a MSVC workspace
pngminus => Simple pnm2png and png2pnm programs
pngsuite => Test images
visupng => Contains a MSVC workspace for VisualPng
projects => Contains project files and workspaces for
building a DLL
owatcom => Contains a WATCOM project for building libpng
cbuilder5 => Contains a Borland workspace for building
libpng and zlib
visualc6 => Contains a Microsoft Visual C++ (MSVC)
workspace for building libpng and zlib
visualc71 => Contains a Microsoft Visual C++ (MSVC)
workspace for building libpng and zlib
vstudio => Contains a Microsoft Visual C++ (MSVC)
xcode => Contains an Apple xcode
workspace for building libpng and zlib
scripts => Directory containing scripts for building libpng:
(see scripts/README.txt for the list of scripts)
...
...
src/share/native/sun/awt/libpng/png.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/png.h
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngconf.h
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngdebug.h
浏览文件 @
51da6ad7
...
...
@@ -29,11 +29,11 @@
* However, the following notice accompanied the original version of this
* file and, per its terms, should not be removed:
*
* Copyright (c) 1998-201
3
Glenn Randers-Pehrson
* Copyright (c) 1998-201
1
Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
* Last changed in libpng 1.
6.8 [December 19, 2013
]
* Last changed in libpng 1.
5.0 [January 6, 2011
]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
...
...
@@ -53,7 +53,7 @@
* (actually ((void)0)).
*
* level: level of detail of message, starting at 0. A level 'n'
* message is preceded by 'n'
3-space indentation
s (not implemented
* message is preceded by 'n'
tab character
s (not implemented
* on Microsoft compilers unless PNG_DEBUG_FILE is also
* defined, to allow debug DLL compilation with no standard IO).
* message: a printf(3) style text string. A trailing '\n' is added
...
...
@@ -105,29 +105,32 @@
# endif
/* PNG_DEBUG_FILE */
# if (PNG_DEBUG > 1)
/* Note: ["%s"m PNG_STRING_NEWLINE] probably does not work on
* non-ISO compilers
*/
# ifdef __STDC__
# ifndef png_debug
# define png_debug(l,m) \
do { \
int num_tabs=l; \
fprintf(PNG_DEBUG_FILE,"%s"
m PNG_STRING_NEWLINE,(num_tabs==1 ? "
" : \
(num_tabs==2 ? "
" : (num_tabs>2 ? " " :
"")))); \
fprintf(PNG_DEBUG_FILE,"%s"
m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t
" : \
(num_tabs==2 ? "
\t\t":(num_tabs>2 ? "\t\t\t":
"")))); \
} while (0)
# endif
# ifndef png_debug1
# define png_debug1(l,m,p1) \
do { \
int num_tabs=l; \
fprintf(PNG_DEBUG_FILE,"%s"
m PNG_STRING_NEWLINE,(num_tabs==1 ? "
" : \
(num_tabs==2 ? "
" : (num_tabs>2 ? " " :
""))),p1); \
fprintf(PNG_DEBUG_FILE,"%s"
m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t
" : \
(num_tabs==2 ? "
\t\t":(num_tabs>2 ? "\t\t\t":
""))),p1); \
} while (0)
# endif
# ifndef png_debug2
# define png_debug2(l,m,p1,p2) \
do { \
int num_tabs=l; \
fprintf(PNG_DEBUG_FILE,"%s"
m PNG_STRING_NEWLINE,(num_tabs==1 ? "
" : \
(num_tabs==2 ? "
" : (num_tabs>2 ? " " : ""))),p1,p2);
\
fprintf(PNG_DEBUG_FILE,"%s"
m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t
" : \
(num_tabs==2 ? "
\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2);
\
} while (0)
# endif
# else
/* __STDC __ */
...
...
src/share/native/sun/awt/libpng/pngerror.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngget.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pnginfo.h
浏览文件 @
51da6ad7
...
...
@@ -29,11 +29,11 @@
* However, the following notice accompanied the original version of this
* file and, per its terms, should not be removed:
*
* Copyright (c) 1998-201
3
Glenn Randers-Pehrson
* Copyright (c) 1998-201
1
Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
* Last changed in libpng 1.
6.1 [March 28, 2013
]
* Last changed in libpng 1.
5.0 [January 6, 2011
]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
...
...
@@ -83,7 +83,7 @@
struct
png_info_def
{
/*
T
he following are necessary for every PNG file */
/*
t
he following are necessary for every PNG file */
png_uint_32
width
;
/* width of image in pixels (from IHDR) */
png_uint_32
height
;
/* height of image in pixels (from IHDR) */
png_uint_32
valid
;
/* valid chunk data (see PNG_INFO_ below) */
...
...
@@ -98,17 +98,11 @@ struct png_info_def
png_byte
filter_type
;
/* must be PNG_FILTER_TYPE_BASE (from IHDR) */
png_byte
interlace_type
;
/* One of PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
/* The following are set by png_set_IHDR, called from the application on
* write, but the are never actually used by the write code.
*/
/* The following is informational only on read, and not used on writes. */
png_byte
channels
;
/* number of data channels per pixel (1, 2, 3, 4) */
png_byte
pixel_depth
;
/* number of bits per pixel */
png_byte
spare_byte
;
/* to align the data, and for future use */
#ifdef PNG_READ_SUPPORTED
/* This is never set during write */
png_byte
signature
[
8
];
/* magic bytes read by libpng from start of file */
#endif
/* The rest of the data is optional. If you are reading, check the
* valid field to see if the information in these are valid. If you
...
...
@@ -116,25 +110,18 @@ struct png_info_def
* and initialize the appropriate fields below.
*/
#if defined(PNG_COLORSPACE_SUPPORTED) || defined(PNG_GAMMA_SUPPORTED)
/* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
* defined. When COLORSPACE is switched on all the colorspace-defining
* chunks should be enabled, when GAMMA is switched on all the gamma-defining
* chunks should be enabled. If this is not done it becomes possible to read
* inconsistent PNG files and assign a probably incorrect interpretation to
* the information. (In other words, by carefully choosing which chunks to
* recognize the system configuration can select an interpretation for PNG
* files containing ambiguous data and this will result in inconsistent
* behavior between different libpng builds!)
#if defined(PNG_gAMA_SUPPORTED)
/* The gAMA chunk describes the gamma characteristics of the system
* on which the image was created, normally in the range [1.0, 2.5].
* Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
*/
png_
colorspace
colorspace
;
png_
fixed_point
gamma
;
#endif
#ifdef PNG_iCCP_SUPPORTED
/* iCCP chunk data. */
png_charp
iccp_name
;
/* profile name */
png_bytep
iccp_profile
;
/* International Color Consortium profile data */
png_uint_32
iccp_proflen
;
/* ICC profile data length */
#ifdef PNG_sRGB_SUPPORTED
/* GR-P, 0.96a */
/* Data valid if (valid & PNG_INFO_sRGB) non-zero. */
png_byte
srgb_intent
;
/* sRGB rendering intent [0, 1, 2, or 3] */
#endif
#ifdef PNG_TEXT_SUPPORTED
...
...
@@ -149,7 +136,7 @@ struct png_info_def
int
num_text
;
/* number of comments read or comments to write */
int
max_text
;
/* current size of text array */
png_textp
text
;
/* array of comments read or comments to write */
#endif
/*
TEXT
*/
#endif
/*
PNG_TEXT_SUPPORTED
*/
#ifdef PNG_tIME_SUPPORTED
/* The tIME chunk holds the last time the displayed image data was
...
...
@@ -224,6 +211,23 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
png_uint_16p
hist
;
#endif
#ifdef PNG_cHRM_SUPPORTED
/* The cHRM chunk describes the CIE color characteristics of the monitor
* on which the PNG was created. This data allows the viewer to do gamut
* mapping of the input image to ensure that the viewer sees the same
* colors in the image as the creator. Values are in the range
* [0.0, 0.8]. Data valid if (valid & PNG_INFO_cHRM) non-zero.
*/
png_fixed_point
x_white
;
png_fixed_point
y_white
;
png_fixed_point
x_red
;
png_fixed_point
y_red
;
png_fixed_point
x_green
;
png_fixed_point
y_green
;
png_fixed_point
x_blue
;
png_fixed_point
y_blue
;
#endif
#ifdef PNG_pCAL_SUPPORTED
/* The pCAL chunk describes a transformation between the stored pixel
* values and original physical data values used to create the image.
...
...
@@ -248,20 +252,25 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
/* New members added in libpng-1.0.6 */
png_uint_32
free_me
;
/* flags items libpng is responsible for freeing */
#ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
#if defined(PNG_UNKNOWN_CHUNKS_SUPPORTED) || \
defined(PNG_HANDLE_AS_UNKNOWN_SUPPORTED)
/* Storage for unknown chunks that the library doesn't recognize. */
png_unknown_chunkp
unknown_chunks
;
int
unknown_chunks_num
;
#endif
/* The type of this field is limited by the type of
* png_struct::user_chunk_cache_max, else overflow can occur.
*/
int
unknown_chunks_num
;
#ifdef PNG_iCCP_SUPPORTED
/* iCCP chunk data. */
png_charp
iccp_name
;
/* profile name */
png_bytep
iccp_profile
;
/* International Color Consortium profile data */
png_uint_32
iccp_proflen
;
/* ICC profile data length */
png_byte
iccp_compression
;
/* Always zero */
#endif
#ifdef PNG_sPLT_SUPPORTED
/* Data on sPLT chunks (there may be more than one). */
png_sPLT_tp
splt_palettes
;
int
splt_palettes_num
;
/* Match type returned by png_get API */
png_uint_32
splt_palettes_num
;
#endif
#ifdef PNG_sCAL_SUPPORTED
...
...
src/share/native/sun/awt/libpng/pnglibconf.h
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngmem.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngpread.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngpriv.h
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngread.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngrio.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngrtran.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngrutil.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngset.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngstruct.h
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngtest.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngtrans.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngwio.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngwrite.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngwtran.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/libpng/pngwutil.c
浏览文件 @
51da6ad7
此差异已折叠。
点击以展开。
src/share/native/sun/awt/splashscreen/splashscreen_png.c
浏览文件 @
51da6ad7
...
...
@@ -103,6 +103,7 @@ SplashDecodePng(Splash * splash, png_rw_ptr read_func, void *io_ptr)
if
(
png_get_gAMA
(
png_ptr
,
info_ptr
,
&
gamma
))
png_set_gamma
(
png_ptr
,
2
.
2
,
gamma
);
png_set_interlace_handling
(
png_ptr
);
png_read_update_info
(
png_ptr
,
info_ptr
);
rowbytes
=
png_get_rowbytes
(
png_ptr
,
info_ptr
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录