I need to perform conversion of images from BGR to RGB image format and also backward conversion. I found Simd Library which contains function SimdBgrToRgb which performs fast conversion from BGR to RGB. But I didn't find any function for backward (RGB to BGR) conversion.
Maight any to know any C/C++ library which allows to perform this conversion?