<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 4/6/2019 8:49 AM, Lene Fischer
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:38497AD9CA059C42AA3451EFEFF0378E01E76AB296@P1KITMBX03WC02.unicph.domain">
      <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Verdana","sans-serif""
          lang="EN-US">Hi,<o:p></o:p></span></p>
      <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Verdana","sans-serif""
          lang="EN-US">I´m try to georeference a jpg fil. That goes
          fine. But the result is a TIFF file which is huge in size. I
          want to keep it as JPG.
          <o:p></o:p></span></p>
      <p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Verdana","sans-serif""
          lang="EN-US">Any suggestions to solve this problem.</span></p>
    </blockquote>
    If you must have a .jpg, from the menu bar
    Raster->Conversion->Translate, then specify a jpg file for
    output. Be warned - jpg only supports byte bands, so if your input
    file is something like Float32, you're not going to get what you
    want without more work. <br>
    <br>
    If size is the issue, rather than the more specific desire to have a
    .jpg file, you can control the compression of the TIFF when you save
    it, including the option to use jpg compression within a tif
    container.<br>
    Select the raster layer, right-click Export->Save As<br>
    <br>
    <img src="cid:part1.011BEF05.EFDEF979@stripfamily.net" alt=""><br>
    <br>
    As in direct translation to jpg, you have to watch out for dataypes.
    This approach doesn't solve the problem of converting a Float32 to
    Byte, for example. You'll just get garbage (or at least that's my
    experience). <br>
    Other compression methods (eg, DEFLATE), do support most datatypes,
    so this might be a better solution.<br>
  </body>
</html>