<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#333333">
    Hi!<br>
    <br>
    I have some image data in MetaMorph format. The Image format is not
    supported by Omero and I have to create an OME-XML header prior to
    importing the data. <br>
    <br>
    Each channel (I have two, DAPI and GFP) is saved in a single
    separate image.<br>
    <br>
    For further processing I would like to combine the two channel
    images into a multi-layer tif file with a single header.<br>
    <br>
    I can do using convert from the imagemagick pckage:<br>
    <br>
    <tt>convert file1.tif file2.tif output.tif</tt><br>
    <br>
    But that literally just concatenates the two files, resulting in a
    multi-layer file but also in two headers, so I have<br>
    <br>
    <tt>Exif.Image.Description</tt><br>
    <br>
    as well as:<br>
    <br>
    <tt>Exif.Image2.Description</tt><br>
    <br>
    Does anyone know of a tool to properly combine the two tiff files
    resulting in a new multi-layer tif file with a single header?<br>
    <br>
    Thanks Juergen<br>
    <br>
    <div class="moz-signature">-- <br>
      <small> <font color="#333333"><b>Dr. Jürgen Helmers</b></font><br>
        <i>Chief Developer</i> | webnow | <font color="#3366ff"><a
            class="moz-txt-link-freetext" href="http://www.web-now.de">http://www.web-now.de</a></font><br>
        <b>email:</b><a class="moz-txt-link-abbreviated"
          href="mailto:juergen.helmers@gmail.com">juergen.helmers@gmail.com</a>
        | <b>tel:</b>+49 30 37301306 | <b>skype:</b> helmerj </small></div>
  </body>
</html>