[issue18563] No unit test for yiq to rgb and rgb to yiq converting functions

2013-08-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is superseded by issue14323. -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> Normalize math precision in RGB/YIQ conversion ___ Python tracker

[issue18563] No unit test for yiq to rgb and rgb to yiq converting functions

2013-07-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue18563] No unit test for yiq to rgb and rgb to yiq converting functions

2013-07-26 Thread Vajrasky Kok
New submission from Vajrasky Kok: Module colorsys has hsv_to_rgb, rgb_to_hsv, hls_to_rgb, rgb_to_hls, yiq_to_rgb, rgb_to_yig public API functions. But only hsv_to_rgb, rgb_to_hsv, hls_to_rgb, rgb_to_hls functions are being unit tested. Attached the patch for adding unit test to cover the yiq_t