- 09 2月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 31 1月, 2016 3 次提交
-
-
由 Roger Leigh 提交于
-
由 Glenn Randers-Pehrson 提交于
-
-
- 30 1月, 2016 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
As suggested in the comments gamma values outside the range currently permitted by png_set_alpha_mode are useful for HDR data encoding. These values are already permitted by png_set_gamma so it is reasonable caution to extend the png_set_alpha_mode range as HDR imaging systems are starting to emerge. Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
-
- 29 1月, 2016 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Roger Leigh 提交于
-
由 John Bowler 提交于
Also avoid command output substition in tests/pngstest and fix the collation locale to ASCII/C/POSIX Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
由 Roger Leigh 提交于
and test.cmake.in
-
- 28 1月, 2016 1 次提交
-
-
由 John Bowler 提交于
The macro underreported the size (by up to 512 bytes) of an 8-bit non-color palette based memory format because it failed to take into account that the memory palette has to be expanded to full RGB when it is written to PNG. This is not likely to be a serious bug because the macro is new, the memory format in question is likely to be rarely used and the result of an undersized buffer fails in a safe way. Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
- 27 1月, 2016 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
- 24 1月, 2016 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 19 1月, 2016 6 次提交
-
-
由 John Bowler 提交于
This is the test backported from 1.7 to ensure that when treating IDATs as unknown the test does not fail if there are more than one IDAT chunks in the file. Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
-
-
由 John Bowler 提交于
This implements an API and provides a number of assist macros to allow an application which uses the simplified API write to bypass stdio and write directly to memory. It also includes some warnings (png.h) and some check code to detect *possible* overflow in the ROW_STRIDE and simplified image SIZE macros. This disallows image width/height/format that *might* overflow. A quiet API change that limits in-memory image size (uncompressed) to less that 4GByte and image row size (stride) to less than 2GByte. Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
- 18 1月, 2016 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
pngunknown.c calls png_init_io (always), skip the test if there is no stdio.h support. Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
由 Glenn Randers-Pehrson 提交于
"tmpfile()" implementation in contrib/libtests/pngstest.c
-
- 16 1月, 2016 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 13 1月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 08 1月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 07 1月, 2016 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
Only affects release builds Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
由 Glenn Randers-Pehrson 提交于
-
- 04 1月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 03 1月, 2016 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-