<p> gdaladdo -clean</p>
<p>Did u try this?</p>
<div class="gmail_quote">On Jan 15, 2014 9:11 PM, "Antonio Falciano" <<a href="mailto:afalciano@yahoo.it">afalciano@yahoo.it</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Il 15/01/2014 12:01, Andrea Peri ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I have a lot of huge tiff not-gereferenced raster.<br>
These tiff are all with 4 bands (RGBA) and 10 pyramids inside.<br>
<br>
I need to remove the piramids and retrieve a new tiff version without<br>
the piramids and with only 3 bands (RGB).<br>
<br>
Usually this work is do using imagemagick or vips, but I like to try to<br>
use the gdal-translate to do this.<br>
But Im not sure , because the tiff are not georef and also I'm not sure if<br>
gdal is capable to read a 4 pyramid tiff and generate a 3 not-piramid tiff.<br>
</blockquote>
<br>
Andrea,<br>
you can do it with gdal_translate and its creation options [1].<br>
You can try with something like this:<br>
<br>
gdal_translate -co COPY_SRC_OVERVIEWS=NO -co ALPHA=NO -co TFW=YES -co PROFILE=BASELINE input.tif output.tif<br>
<br>
Hope this helps.<br>
<br>
Cheers,<br>
Antonio<br>
<br>
[1] <a href="http://www.gdal.org/frmt_gtiff.html" target="_blank">http://www.gdal.org/frmt_<u></u>gtiff.html</a><br>
<br>
-- <br>
Antonio Falciano<br>
<a href="http://www.linkedin.com/in/antoniofalciano" target="_blank">http://www.linkedin.com/in/<u></u>antoniofalciano</a><br>
______________________________<u></u>_________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/gdal-dev</a><br>
</blockquote></div>