RGBToYUV
This function is obsolete and has been replaced in with the ColorSpace
command.
Function
This function converts the channels in RGB (Red, Green, Blue) to standard
Pal YUV (Luminance, Chroma1, Chroma2). Any operations done in this space
will be applied to YUV rather than RGB. See RGBToHSV
for examples.
Synopsis
image RGBToYUV( image );
Script
image = RGBToYUV( image );
Command Line
shake -rgbtoyuv
See Also
ColorSpace
|