<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    If you're willing to use command line tools, there is a pair of
    tools that ship with libgeotiff for extracting metadata from a
    geotiff and importing into a tiff to make it a geotiff. <br>
    <br>
    <p style="margin:0in;font-family:Calibri;font-size:11.0pt">Given a
      GeoTIFF file
      named original.tif, and a modified file (modified.tif) without the
      GeoTIFF
      tags, but still the same size and region:</p>
    <p style="margin:0in;font-family:Calibri;font-size:11.0pt"><span
        style="mso-spacerun:yes">  </span>listgeo -no_norm original.tif
      >
      original.geo<br>
      <span style="mso-spacerun:yes">  </span>geotifcp -g original.geo
      modified.tif
      modified_geotiff.tif </p>
  </body>
</html>