On either TurboJpeg or the underlying libJpeg APIs - is there a simple function for extracting the Y component from the Ycbcr (after I've already read the image)?
I know I can loop over the data and extract the bytes. Isn't this already implemented?