- 15 12月, 2012 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
-
由 John Bowler 提交于
code to the hardware subdirectory and added comments to pngrutil.c so that implementors of other optimizations know what to do.
-
- 14 12月, 2012 1 次提交
-
-
由 John Bowler 提交于
code to the hardware subdirectory and added comments to pngrutil.c so that implementors of other optimizations know what to do.
-
- 10 12月, 2012 3 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
the fall-through condition.
-
由 Glenn Randers-Pehrson 提交于
PNG_CHUNK_MALLOC_MAX) that causes the MALLOC_MAX limit not to work (John Bowler)
-
- 26 11月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 23 11月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
and later.
-
- 15 11月, 2012 1 次提交
-
-
由 John Bowler 提交于
-
- 14 11月, 2012 1 次提交
-
-
由 John Bowler 提交于
color. This is useful for debugging pngstest color inaccuracy reports.
-
- 03 11月, 2012 1 次提交
-
-
由 John Bowler 提交于
-
- 01 11月, 2012 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
code for too little gain; implementing full ICC color correction is maybe desireable but is left up to applications.
-
- 28 10月, 2012 1 次提交
-
-
由 John Bowler 提交于
resulting in VS2010 having to update the files.
-
- 27 10月, 2012 1 次提交
-
-
由 John Bowler 提交于
READ_GAMMA. Prior to 1.6.0 switching off READ_GAMMA did unpredictable things to the interfaces that use it (specifically, png_do_background in 1.4 would simply display composite for grayscale images but do composition with the incorrect arithmetic for color ones). In 1.6 the semantic of -DPNG_NO_READ_GAMMA is changed to simply disable any interface that depends on it; this obliges people who set it to consider whether they really want it off if they happen to use any of the interfaces in question (typically most users who disable it won't).
-
- 26 10月, 2012 4 次提交
-
-
由 John Bowler 提交于
-
由 John Bowler 提交于
management system (CMS). In practice it is not possible to obtain cHRM information reliably using just the end-point tags because they do not exist in the vast majority of profiles. Instead it is necessary to run the endpoints through the ICC colorimetric intent transform (as described in the v4 spec). Since this is likely to be too much code inside libpng for too little gain (it implies a fairly complete CMS implementation) the code has been changed to allow an external CMS to be used. This code is temporarily disabled until a suitable set of test cases using one or more external CMS implementations have been implemented.
-
由 John Bowler 提交于
-
由 John Bowler 提交于
libpng-1.6.0beta30.
-
- 25 10月, 2012 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
in pngrtran.c (Domani Hannes).
-
- 30 9月, 2012 2 次提交
-
-
由 John Bowler 提交于
Also added pngunkown to the vstudio builds, fixed build errors and corrected a minor exit code error in pngvalid if the 'touch' file name is invalid.
-
由 John Bowler 提交于
-
- 28 9月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
with zlib-1.2.7
-
- 27 9月, 2012 1 次提交
-
-
由 John Bowler 提交于
correctly and correct comments.
-
- 07 9月, 2012 2 次提交
-
-
由 John Bowler 提交于
-
由 John Bowler 提交于
type rules. By the ANSI-C standard the new types should be identical to the previous versions, and all known versions of gcc tested with the previous versions except for GCC-4.2.1 work with this version. The change makes the ANSI-C rule that const applied to an array of elements applies instead to the elements in the array moot by explicitly applying const to the base elements of the png_icc_matrix and png_icc_vector types. The accidental (harmless) 'const' previously applied to the parameters of two of the functions have also been removed.
-
- 05 9月, 2012 3 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
fixed Cygwin+MSVC build errors. The ICC profile handling now includes more checking. Several errors that caused rejection of the profile are now handled with a warning in such a way that the invalid profiles will be read by default in release (but not pre-RC) builds but will not be written by default. The easy part of handling a cHRM chunk is written, where the ICC profile contains the required data. The more difficult part plus guessing a gAMA value requires code to pass selected RGB values through the profile.
-
- 02 9月, 2012 1 次提交
-
-
由 John Bowler 提交于
option to pngtest. The "--relaxed" option turns off the benign errors that are enabled by default in pre-RC builds. makepng can now write ICC profiles where the length has not been extended to a multiple of 4, and pngtest now intercepts all libpng errors, allowing the previously-introduced "--strict test" on no warnings to actually work.
-
- 01 9月, 2012 3 次提交
-
-
由 Glenn Randers-Pehrson 提交于
structure in the manual.
-
由 Glenn Randers-Pehrson 提交于
-
由 John Bowler 提交于
message if the version field is not set.
-
- 30 8月, 2012 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 26 8月, 2012 1 次提交
-
-
由 John Bowler 提交于
contrib/libtests/makepng: corrected 'rgb' and 'gray' cases. profile_error messages could be truncated; made a correct buffer size calculation and adjusted pngerror.c appropriately. png_icc_check_* checking improved; changed the functions to receive the correct color type of the PNG on read or write and check that it matches the color space of the profile (despite what the comments said before, there is danger in assuming the app will cope correctly with an RGB profile on a grayscale image and, since it violates the PNG spec, allowing it is certain to produce inconsistent app behavior and might even cause app crashes.) Check that profiles contain the tags needed to process the PNG (tags all required by the ICC spec). Removed unused PNG_STATIC from pngpriv.h.
-
- 18 8月, 2012 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-