I have a txt file with icc profile data. Also I have image which is not having icc profile. I am able to extract EXIF information for the image.
Now how can I apply ICC profile to image loaded in buffer. I have to do this with libexif library in C++.
I tried other approaches but they are applying whole exif information to the jpg.