Per the conventions of the image compression and digital video communities, use "YCbCr" to describe the JPEG colorspace and "YUV" to describe an image format consisting of Y, Cb, and Cr planes (this partially reverts r959.)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1092 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -461,7 +461,7 @@ typedef struct tjtransform
|
||||
* @param planeRegion #tjregion structure containing the width and height of
|
||||
* the component plane to which <tt>coeffs</tt> belongs
|
||||
* @param componentID ID number of the component plane to which
|
||||
* <tt>coeffs</tt> belongs (Y, U, and V have, respectively, ID's of
|
||||
* <tt>coeffs</tt> belongs (Y, Cb, and Cr have, respectively, ID's of
|
||||
* 0, 1, and 2 in typical JPEG images.)
|
||||
* @param transformID ID number of the transformed image to which
|
||||
* <tt>coeffs</tt> belongs. This is the same as the index of the
|
||||
|
||||
Reference in New Issue
Block a user