Photoshop – Reading DNG file with libraw and passing pixel data to Cimg for image manipulation
I'm reading a DNG file on Android with libraw in C++ which works pretty fine. I want to pass the pixel data to Cimg for manipulation purposes (rotating etc.). The problem is that the image in Cimg looks weird. I…