I cannot seem to extract the background transparency in IM using:
Code: Select all
convert Original.tif -alpha extract show:
IM display does not show the correct colors for CMYK, also. They appear to be negated, but when I negate the image, the colors are wrong. I get orange where it should be brown.
This is the same image as with the other CMYK bug converting to sRGB.
I had hoped that this might convert correctly and preserve the transparency. But it did not due the problem above.
Code: Select all
convert Original.tif[0] \
\( -clone 0 -alpha extract \) \
\( -clone 0 +profile "*" \
-profile /Users/fred/images/profiles/USWebCoatedSwop.icc \
-profile /Users/fred/images/profiles/sRGB.icc \) \
-delete 0 +swap -alpha off -compose copy_opacity -composite Original_rgb5.tif