<div dir="ltr"><div><div><div><div>Hi Andrea,<br></div>you may consider using <br>"gdal_translate -b 1 -b 2 -b 3 inputTiff outputTiff"<br></div><br>I assume you are referring to overviews, right?<br></div>In that case, gdal_translate won't copy overviews so you are lucky :)<br>

<br></div>You may also consider adding tiling with "-co TILED=YES" to the previous command:<br><div><div><div><div><div><div>"gdal_translate -b 1 -b 2 -b 3 -co TILED=YES inputTiff outputTiff"<br><br></div>

<div>Default tiling is 256x256; you may specify different one with -co BLOCKXSIZE=nnn -co BLOCKYSIZE=mmm<br></div><div><br>Hope this helps.<br>Cheers,<br>Daniele<br></div><div><br></div></div></div></div></div></div></div>

<div class="gmail_extra"><br clear="all"><div><div dir="ltr">==<br>Our support, Your Success! Visit <a href="http://opensdi.geo-solutions.it" target="_blank">http://opensdi.geo-solutions.it</a> for more information.<br>
==<br>Ing. Daniele Romagnoli<br>Senior Software Engineer<br><br>GeoSolutions S.A.S.<br>Via Poggio alle Viti 1187<br>55054  Massarosa (LU)<br>Italy<br>phone: +39 0584 962313<br>fax:      +39 0584 1660272<br><br><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a><br>

<a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/geosolutions_it</a><br><br>-------------------------------------------------------<br></div></div>
<br><br><div class="gmail_quote">On Wed, Jan 15, 2014 at 12:01 PM, Andrea Peri <span dir="ltr"><<a href="mailto:aperi2007@gmail.com" target="_blank">aperi2007@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div><div><div><div>Hi,<br><br>I have a lot of huge tiff not-gereferenced raster.<br></div>These tiff are all with 4 bands (RGBA) and 10 pyramids inside.<br><br></div>I need to remove the piramids and retrieve a new tiff version without the piramids and with only 3 bands (RGB).<br>


<br></div>Usually this work is do using imagemagick or vips, but I like to try to 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>


<br></div>Thx for every hints.<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div><div><div><div><div><div><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br>


</div></div></div></div></div></div></div></div></font></span></div>
<br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>