diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-06 08:51:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-06 08:51:23 (GMT) |
commit | 9b855de8d2808f725566e5e74a4134fd366689ea (patch) | |
tree | fc7714ad92a3e0f07735e8c5014440290e1545d6 /Doc/whatsnew | |
parent | 536f9fdcf3bbaf3dbe52d8ff77e525fefcf60c09 (diff) | |
download | cpython-9b855de8d2808f725566e5e74a4134fd366689ea.zip cpython-9b855de8d2808f725566e5e74a4134fd366689ea.tar.gz cpython-9b855de8d2808f725566e5e74a4134fd366689ea.tar.bz2 |
Issue #14323: Expanded the number of digits in the coefficients for the
RGB -- YIQ conversions so that they match the FCC NTSC versions.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 44762a1..80b4b01 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -251,6 +251,13 @@ platform-dependent. (Contributed by Christian Heimes in :issue:`11016`.) The module supports new file types: door, event port and whiteout. +colorsys +-------- + +The number of digits in the coefficients for the RGB --- YIQ conversions have +been expanded so that they match the FCC NTSC versions. The change in +results should be less than 1% and may better match results found elsewhere. + Optimizations ============= |