For example (simplest):
Code: Select all
montage a.jpg -profile a.icc a.tif
At the same time
Code: Select all
convert a.jpg -profile a.icc a.tif
During discussion of this issue snibgo noted that
Code: Select all
montage in.jpg out.jpg
Perhaps, 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.)