I have a project at the moment, in Java, that uses a file type that is essentially in the YCbCr color space. Inside this, there are a lot of crunches happening behind the scenes (which I had to encode) for converting to RGB from YCbCr values. This is done per pixel, per frame, at a speed of 25 frames per second ...
The project must be completely written in software and must be platform independent.
If I could skip this step and still create an image from an array, but in YCbCr format, I could save a lot of work ...
Thanks in advance.
source share