I am having trouble with converting to a profile with a tiff file. By the way the tiff file was saved out of photoshop and it has layers. I am using the following command.
Code: Select all
convert -profile someprofile.icc input.tif output.tif
Going with this idea I found a program that would strip a tiff tag out. I found that the tag 34377 was one that photo uses to store information. I then stripped the tag out of the converted file and reopened it in photoshop. It did indeed strip out all of the layers but this time it showed the correct color for the file with the correct profile attached.
My question is this, how can I cause the image located in the tag 34377 to be converted when I do a convert as well as the flattened image in the tif file or how can I strip this tag from the output file with imagemagick so that when it is opened up in photoshop it appears correct.
Thanks