ICC profile buffer addition to JPG buffer

18 Views Asked by At

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.

0

There are 0 best solutions below