This is a tool to do color space conversion. I release it under GNU GPL v3. I create this project to demonstrate the power of WeiCommonLib::Colorlib. The abilities of this application include:

Color space conversion

It can convert various color space data, ex: sRGB, SMPTE 170M RGB, SMPTE 170M YPbPr, SMPTE 170M YCbCr, ITU-R BT.709 RGB, etc.

The class hierarchy and plugin relationships are as follows:

The screenshot of this mechinaism:

Decouple Y,Cb,Cr from an image

It can separate Y,Cb,Cr component from an image file, ex: PNG, JPG, BMP, TIFF, etc.

The screenshot of this mechinaism:

Display CIE chromaticity diagram & spectrum image

It can display an CIE chromaticity diagram and draw the triangle corresponding to the selected RGB color space. Moreover, it will display the spectrum, too.

The screenshot of this mechinaism:

Convert YCbCr subsampling data into various other subsampling type

It can convert data buffer between different YCbCr subsampling format.

The class hierarchy and plugin relationships are as follows:

The screenshot of this mechinaism: