<p>ok, can you please book a trac ticket?<br>
(maybe there is one already)</p>
<p>On Feb 3, 2012 2:04 PM, &quot;Peter Hopfgartner&quot; &lt;<a href="mailto:peter.hopfgartner@r3-gis.com">peter.hopfgartner@r3-gis.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Evan<br>
&gt;<br>
&gt; Indeed, the external libtiff is used and is version libtiff-3.9.4-1.el6_0.3.x86_64.<br>
&gt; In the mean time I did a quick compile of gdal-1.9.0 with internal libtiff and the square disappeared.<br>
&gt; Probably it would be a wise decision to switch to libtiff4 quickly, as far as ELGIS is concerned.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Peter<br>
&gt;<br>
&gt; On 02/03/2012 01:41 PM, Even Rouault wrote:<br>
&gt;&gt;<br>
&gt;&gt; Peter,<br>
&gt;&gt;<br>
&gt;&gt; Does ELGIS GDAL uses internal libtiff (4.0beta) or external libtiff (3.8 or 3.9)<br>
&gt;&gt; ? I guess it is external libtiff, and then it could explain the issues you have<br>
&gt;&gt; with overviews and JPEG compression. There have been fixes in libtiff 4 to<br>
&gt;&gt; better support that situation (multiple IFDs with compression). Altertantively,<br>
&gt;&gt; you could probably workaround that by generating external overviews (add -ro to<br>
&gt;&gt; the gdaladdo command line), but no guarantees. By the way, the --config<br>
&gt;&gt; COMPRESS_OVERVIEW JPEG --config INTERLEAVE_OVERVIEW PIXEL --config<br>
&gt;&gt; JPEG_QUALITY_OVERVIEW 90 options only apply to external overviews, not internal<br>
&gt;&gt; ones.<br>
&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m doing quite some experiments with GDAL and image compression these days<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I do have an issue with geotiff 1.3/gdal 1.8.1 on CentOS 6 with packages<br>
&gt;&gt;&gt; from ELGIS. The story goes like this:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I create tiffs with<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; gdal_translate -of GTiff -co COMPRESS=JPEG -co JPEG_QUALITY=90<br>
&gt;&gt;&gt;   -co &quot;TILED=YES&quot; -co &quot;BLOCKXSIZE=512&quot; -co &quot;BLOCKYSIZE=512&quot;&lt;infile&gt;<br>
&gt;&gt;&gt; &lt;outfile&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; and then add overviews with (I do have to add the overlays in distinct<br>
&gt;&gt;&gt; steps, otherwise gdaladdo aborts with an error message).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; gdaladdo --config COMPRESS_OVERVIEW JPEG --config INTERLEAVE_OVERVIEW<br>
&gt;&gt;&gt; PIXEL --config JPEG_QUALITY_OVERVIEW 90 -r average&lt;outfile&gt;  3<br>
&gt;&gt;&gt; gdaladdo  --config COMPRESS_OVERVIEW JPEG --config INTERLEAVE_OVERVIEW<br>
&gt;&gt;&gt; PIXEL --config JPEG_QUALITY_OVERVIEW 90 -r average&lt;outfile&gt;  9<br>
&gt;&gt;&gt; gdaladdo --config COMPRESS_OVERVIEW JPEG --config INTERLEAVE_OVERVIEW<br>
&gt;&gt;&gt; PIXEL --config JPEG_QUALITY_OVERVIEW 90 -r average&lt;outfile&gt;  27<br>
&gt;&gt;&gt; gdaladdo --config COMPRESS_OVERVIEW JPEG --config INTERLEAVE_OVERVIEW<br>
&gt;&gt;&gt; PIXEL --config JPEG_QUALITY_OVERVIEW 90 -r average&lt;outfile&gt;  81<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; (Trying with power-of-2-steps gives the same result. If I drop all<br>
&gt;&gt;&gt; options from gdaladdo: same result).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ll create a WMS service with MapServer 5.6.7 and do get a big red<br>
&gt;&gt;&gt; square in the image. The square is &quot;fixed&quot; to the geografical position,<br>
&gt;&gt;&gt; e.g. if I move the extend the square moves too. The square is situated<br>
&gt;&gt;&gt; in the corner of the tiff file.<br>
&gt;&gt;&gt; It appears only at some scales. If I change it very slightly, the square<br>
&gt;&gt;&gt; remqins, if I change for more then approx 1%, it disappears.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ve put the two images at<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://www.r3-gis.com/gdal_issues/tiff_with_jpegcompression_and_overviews.jpeg">http://www.r3-gis.com/gdal_issues/tiff_with_jpegcompression_and_overviews.jpeg</a><br>
&gt;&gt;&gt; and<br>
&gt;&gt;&gt; <a href="http://www.r3-gis.com/gdal_issues/tiff_with_nocompression_and_overviews.jpeg">http://www.r3-gis.com/gdal_issues/tiff_with_nocompression_and_overviews.jpeg</a><br>
&gt;&gt;&gt; .<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The problem disappears if I do not run gdaladdo on the images or when I<br>
&gt;&gt;&gt; do not use Jpeg compression:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; gdal_translate -of GTiff  -co &quot;TILED=YES&quot; -co &quot;BLOCKXSIZE=512&quot; -co<br>
&gt;&gt;&gt; &quot;BLOCKYSIZE=512&quot;&lt;origfile&gt;  &lt;targetfile&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; There are some hits for<br>
&gt;&gt;&gt;<br>
&gt;&gt; <a href="http://www.google.com/search?client=ubuntu&amp;channel=fs&amp;q=mapserver+artefacts+in+raster+gdal&amp;ie=utf-8&amp;oe=utf-8">http://www.google.com/search?client=ubuntu&amp;channel=fs&amp;q=mapserver+artefacts+in+raster+gdal&amp;ie=utf-8&amp;oe=utf-8</a>,<br>

&gt;&gt;&gt;<br>
&gt;&gt;&gt; but mostly related to older versions of GDAL and without resolution.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Peter<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Peter Hopfgartner<br>
&gt;&gt;&gt; R3 GIS Srl - GmbH<br>
&gt;&gt;&gt; <a href="http://www.r3-gis.com">www.r3-gis.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; gdal-dev mailing list<br>
&gt;&gt;&gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; -- <br>
&gt; Peter Hopfgartner<br>
&gt; R3 GIS Srl - GmbH<br>
&gt; web  : <a href="http://www.r3-gis.com">www.r3-gis.com</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; el mailing list<br>
&gt; <a href="mailto:el@lists.osgeo.org">el@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/el">http://lists.osgeo.org/mailman/listinfo/el</a><br>
</p>