- 16 7月, 2016 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 7月, 2016 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 25 9月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
functions. They unnecessarily duplicate png_set_filler() and png_set_add_alpha() which now work properly with 16-bit images.
-
- 24 9月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
input that was made in version 1.6.17beta01, to preserve legacy behavior even though it was incorrect. Instead, added new API png_set_filter_16() and png_set_add_alpha_16() that set a flag to make png_do_read_filter() interpret the filler bytes properly.
-
- 18 8月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 8月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 21 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 07 11月, 2014 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 06 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
in the manual, example.c, pngtest.c, and applications in the contrib directory. It was incorrect advice.
-
- 05 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 01 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
"if (x !== 0)"
-
- 14 10月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 06 10月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 12 6月, 2014 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 07 6月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 05 6月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 09 3月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 18 7月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 28 6月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 26 6月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
PNG_GAMMA_MAC_18 as parameters for png_set_gamma().
-
- 03 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 02 3月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 2月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 01 1月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 01 9月, 2012 1 次提交
-
-
由 John Bowler 提交于
message if the version field is not set.
-
- 10 8月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
a consistent style for (sizeof type) and (sizeof (array))
-
- 09 8月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
comments. It has apparently been wrong since libpng-1.0.1c (confusing use of a 1D and a 2D array for the image source).
-
- 17 3月, 2012 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 16 3月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
instead of directly assigning string constants to png_textp members. This avoids compiler warnings when -Wwrite-strings is enabled.
-
- 02 1月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 29 12月, 2011 1 次提交
-
-
由 John Bowler 提交于
those uses of png_memcpy that were doing a simple assignment to assignments (all those cases where the thing being copied is a non-array C L-value.) Added some error checking to png_set_*() routines and removed the reference to the non-exported function png_memcpy() from example.c. Fixed the Visual C 64-bit build - it requires jmp_buf to be aligned, but it had become misaligned.
-
- 24 12月, 2011 1 次提交
-
-
由 John Bowler 提交于
Added new "png_structrp" typedef. Because of the way libpng works both png_info and png_struct are always accessed via a single pointer. This means adding C99 'restrict' to the pointer gives the compiler some opportunity to optimize the code. This change allows that.
-
- 21 12月, 2011 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 28 11月, 2011 1 次提交
-
-
由 John Bowler 提交于
-
- 25 11月, 2011 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-