Le jeudi 13 janvier 2011 22:03:57, Jean-Claude REPETTO a écrit : > Hello, > I would like to translate an OZI file to TIFF. The input file contains > several overviews. But the output file doesn't contain any overview. > > Is there a solution to keep the overviews ?
Yes, you can use the COPY_SRC_OVERVIEWS creation option of the GTiff driver : http://gdal.org/frmt_gtiff.html. However, be aware that if you use any option of gdal_translate that needs an intermediate VRT (basically almost any option except the driver creation options), the source overviews will not be seen by the GTiff driver. > > Jean-Claude > > > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
