From 6994da92878ca5a852a9902c34be85e5013eddb3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 23 Jan 2016 12:40:38 +1100 Subject: [PATCH] Clarified YCbCr handling [ci skip] --- docs/handbook/concepts.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/handbook/concepts.rst b/docs/handbook/concepts.rst index 2dc509a13..b5ad9331a 100644 --- a/docs/handbook/concepts.rst +++ b/docs/handbook/concepts.rst @@ -34,6 +34,9 @@ image. The current release supports the following standard modes: * ``RGBA`` (4x8-bit pixels, true color with transparency mask) * ``CMYK`` (4x8-bit pixels, color separation) * ``YCbCr`` (3x8-bit pixels, color video format) + + * Note that this refers to the JPEG, and not the ITU-R BT.2020, standard + * ``LAB`` (3x8-bit pixels, the L*a*b color space) * ``HSV`` (3x8-bit pixels, Hue, Saturation, Value color space) * ``I`` (32-bit signed integer pixels)