Re: [gdal-dev] Problems compressing tiff files

2014-02-10 Thread Even Rouault
Selon Rafael Krucker : > Hello all > > I'm currently trying to do the following, using gdal: > > 1) Combining some tifs into one using gdal_merge, COMPRESS=LZW > 2) Using gdalwarp with cutline to cut out a certain piece of the result > 3) Compressing again using gdalwarp, COMPRESS=LZW The way gda

[gdal-dev] Problems compressing tiff files

2014-02-10 Thread Rafael Krucker
Hello all I'm currently trying to do the following, using gdal: 1) Combining some tifs into one using gdal_merge, COMPRESS=LZW 2) Using gdalwarp with cutline to cut out a certain piece of the result 3) Compressing again using gdalwarp, COMPRESS=LZW 4) Generating pyramids with gdaladdo However,