How to read data for YUV image using C and disply it on screen [duplicate]
I have to write a C
code for displaying a YUV image on the screen.
Here is a good primer which discusses some of the color space issues: http://www.fourcc.org/fccyvrgb.php
You could try the www.imagemagick.org libraries.
精彩评论