diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-09-04 16:47:25 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-09-04 16:59:12 -0500 |
commit | 9c06d784684d4ce98b553bc2d2c5e34890a09308 (patch) | |
tree | d51a35a9291e4a04309eb05dfd729dcec6a78212 /pngstruct.h | |
parent | b98681b49a8f3d47191b5b292ebd0ac6dc7c165d (diff) |
[libpng16] Imported from libpng-1.6.0beta29.tar
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pngstruct.h b/pngstruct.h index a0a913b5a..b7c9ebddc 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -147,11 +147,11 @@ typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp; /* The profile description and copyright must be present in all valid ICC * profiles, however libpng does not use them so absence is just reported as * a warning. The media white point should be present too, but if it isn't - * all we lose is the ability to know if it differs from the adopted white + * all we lose is the ability to know if it differs from the adapted white * (i.e. the information that the device maxima are actually colored; * a non-white substrate for a printer, or an uncorrected scan for example.) - * The chromaticAdaptationTag tells us that the adopted white of the original - * differs from the PCS adopted white (which is identical to the PCS + * The chromaticAdaptationTag tells us that the adapted white of the original + * differs from the PCS adapted white (which is identical to the PCS * illuminant and should always be D50). */ # define PNG_ICC_profileDescriptionTag 0x00000010U /* required */ |