提交 b94db2eb 编写于 作者: G Glenn Randers-Pehrson

[libpng16] Updated warning message in png_check_IHDR()

上级 3f7a169c
......@@ -2479,7 +2479,8 @@ png_check_IHDR(png_const_structrp png_ptr,
- 1 /* filter byte */
- 7*8 /* rounding of width to multiple of 8 pixels */
- 8) /* extra max_pixel_depth pad */
png_warning(png_ptr, "Width is too large for libpng to process pixels");
png_warning(png_ptr,
"Width may be too large for libpng to process pixels");
/* Check other values */
if (bit_depth != 1 && bit_depth != 2 && bit_depth != 4 &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册