<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 12/27/2012 02:41 PM, Even Rouault
      wrote:<br>
    </div>
    <blockquote
      cite="mid:201212271441.34759.even.rouault@mines-paris.org"
      type="cite">
      <pre wrap="">I've just pushed a fix since building overviews with "--config
COMPRESS_OVERVIEW JPEG -- config PHOTOMETRIC_OVERVIEW
YCBCR" when there's a .msk didn't work.


</pre>
      <blockquote type="cite">
        <pre wrap="">
OK Even, thanks. This means that I should use gdal-svn?
</pre>
      </blockquote>
      <pre wrap="">
Not necessarily. I think you can workaround the issue by manually building the 
overview on the .msk file as a post-processing step :

gdaladdo -ro --config COMPRESS_OVERVIEW DEFLATE small.tif.msk 2 4 8 16 32 64<font face="Times New Roman, Times, serif">
</font></pre>
      <font face="Times New Roman, Times, serif">
      </font></blockquote>
    <font face="Times New Roman, Times, serif">Do you mean I should use
      DEFLATE instead of JPEG as compression for overviews for the time
      being? What is the difference in compression ratio?</font><br>
  </body>
</html>