This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients petr.viktorin, terry.reedy, thomas.stolarski, vstinner
Date 2021-11-18.16:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637251287.11.0.901243331891.issue45775@roundup.psfhosted.org>
In-reply-to
Content
The GIMP image editor uses https://gegl.org/babl/ which supports tons of formats and supports color spaces, ICC profiles, etc.

I would also prefer to keep colorsys simple and so not support ICC profiles for example.

YUV is a common color encoding system. It's used by the JPEG image format and MPEG video format for example.
https://en.wikipedia.org/wiki/YUV

In terms of complexity and maintenance burden, supporting YUV (PR 29512) sounds reasonable me.

If colorsys is limited to RGB/HLS/HSV, I'm not sure if it is useful. Nowadays, there are more color formats which are getting popular. If they are not supported, maybe it's better to just remove the module. I don't know.

Well, I don't have a strong opinion on adding YUV support or not.
History
Date User Action Args
2021-11-18 16:01:27vstinnersetrecipients: + vstinner, terry.reedy, petr.viktorin, thomas.stolarski
2021-11-18 16:01:27vstinnersetmessageid: <1637251287.11.0.901243331891.issue45775@roundup.psfhosted.org>
2021-11-18 16:01:27vstinnerlinkissue45775 messages
2021-11-18 16:01:27vstinnercreate