For example (simplest):
Code: Select all
montage a.jpg -profile a.icc a.tifAt the same time
Code: Select all
convert a.jpg -profile a.icc a.tifDuring discussion of this issue snibgo noted that
Code: Select all
montage in.jpg out.jpgPerhaps, the latter is "by design", but the first problem (with the "-profile" option) looks like a bug.
(ImageMagick v7.0.0-0 and v6.9.3-7 on my computer. ImageMagick v6.9.2-5 on snibgo's system.)