Compositing applies color profile to the entire final image
Posted: 2014-10-06T19:08:46-07:00
Say I have two images, where one of them contains a color profile, and I run something like the following:
This has the effect of applying that color profile to the entire output image, which can sometimes drastically affect the colors of the second image. In the final image, is there any way to preserve the profile's effect on its own image, but not have it effect the other? If not, are there any workarounds or alternatives I could look into?
Code: Select all
composite -gravity center in1.jpg in2.jpg out.jpg
This has the effect of applying that color profile to the entire output image, which can sometimes drastically affect the colors of the second image. In the final image, is there any way to preserve the profile's effect on its own image, but not have it effect the other? If not, are there any workarounds or alternatives I could look into?