>Effectively I use the libtiff 3.9.
>Now I update to libtiff 4.0.1.
>Recompile gdal and retry.
>Update also the call following your suggestions.
>
>and using the gdaladdo to produce the overviews.
>
>My new batch is a set of calls like this two:
>
>gdal_translate -ot Byte -of GTiff -b 1 -b 2 -b 3 -
>Andrea,
>
>Sometimes the libtiff, the TIFF library used by GDAL does not work properly
>when creating files with compressed overview tiles if you are not using a
>very recent version of libtiff. Is it possible you are using a GDAL built
>with libtiff 3.9.x instead of the internal libtiff or libti
On 12-03-17 01:15 PM, Andrea Peri wrote:
Hi,
I'm try-ing to create a set of tiff tiled with internal overviews from some
geotiffs, using this call:
gdal_translate -ot Byte -of GTiff -co TILED=YES -co TFW=YES -co
COPY_SRC_OVERVIEWS=YES -co TIFF_USE_OVR=TRUE -co PROFILE=BASELINE -co TFW=YES
input.
Hi,
I'm try-ing to create a set of tiff tiled with internal overviews from some
geotiffs, using this call:
gdal_translate -ot Byte -of GTiff -co TILED=YES -co TFW=YES -co
COPY_SRC_OVERVIEWS=YES -co TIFF_USE_OVR=TRUE -co PROFILE=BASELINE -co
TFW=YES input.tif output.tif
meanwhile it run , it repor