<div><div>Hi Lars, thanks you for the link. I was able to reduce the file's size to 1.2 GB. I should have reread Richard's early messages, he did mention JPEG compression and YCBCR colors. I used:<br></div><div> <br></div><div> k@k-GS60-6QE:~$ gdal_translate   -co COMPRESS=JPEG   -co PHOTOMETRIC=YCBCR   -co TILED=YES /media/k/Data/Data/Perso/Carto/SCAN50_2012.ecw SCAN50_2012.tif<br></div><div> Input file size is 75000, 95000<br></div><div> 0...10...20...30...40...50...60...70...80...90...100 - done.<br></div><div>  <br></div><div> I did however lose all the colors on the map after the conversion (see <a rel="nofollow" title="https://pasteboard.co/JN1JAYF.png" target="_blank" href="https://pasteboard.co/JN1JAYF.png">screenshot</a>), and the drop in is quite flagrant. <br></div><div><br></div><div>Here is the output of gdalinfo for both files if it can help:<br></div><div> <br></div><div> k@k-GS60-6QE:/media/k/Data/Data/Perso/Carto$ gdalinfo ./SCAN50_2012.ecw<br></div><div> Driver: ECW/ERDAS Compressed Wavelets (SDK 5.5)<br></div><div> Files: ./SCAN50_2012.ecw<br></div><div> Size is 75000, 95000<br></div><div> Origin = (75000.000000000000000,675000.000000000000000)<br></div><div> Pixel Size = (5.000000000000000,-5.000000000000000)<br></div><div> Metadata:<br></div><div> COLORSPACE=RGB<br></div><div> COMPRESSION_RATE_TARGET=10<br></div><div> VERSION=2<br></div><div> Corner Coordinates:<br></div><div> Upper Left  (   75000.000,  675000.000)<br></div><div> Lower Left  (   75000.000,  200000.000)<br></div><div> Upper Right (  450000.000,  675000.000)<br></div><div> Lower Right (  450000.000,  200000.000)<br></div><div> Center      (  262500.000,  437500.000)<br></div><div> Band 1 Block=256x256 Type=Byte, ColorInterp=Red<br></div><div> Description = Red<br></div><div> Overviews: 37500x47500, 18750x23750, 9375x11875, 4687x5937, 2343x2968, 1171x1484, 585x742, 292x371, 146x185<br></div><div> Band 2 Block=256x256 Type=Byte, ColorInterp=Green<br></div><div> Description = Green<br></div><div> Overviews: 37500x47500, 18750x23750, 9375x11875, 4687x5937, 2343x2968, 1171x1484, 585x742, 292x371, 146x185<br></div><div> Band 3 Block=256x256 Type=Byte, ColorInterp=Blue<br></div><div> Description = Blue<br></div><div> Overviews: 37500x47500, 18750x23750, 9375x11875, 4687x5937, 2343x2968, 1171x1484, 585x742, 292x371, 146x185<br></div><div> <br></div><div> k@k-GS60-6QE:/media/k/Data/Data/Perso/Carto$ gdalinfo ./SCAN50_2012.tif<br></div><div> Driver: GTiff/GeoTIFF<br></div><div> Files: ./SCAN50_2012.tif<br></div><div> Size is 75000, 95000<br></div><div> Origin = (75000.000000000000000,675000.000000000000000)<br></div><div> Pixel Size = (5.000000000000000,-5.000000000000000)<br></div><div> Metadata:<br></div><div> COLORSPACE=RGB<br></div><div> COMPRESSION_RATE_TARGET=10<br></div><div> VERSION=2<br></div><div> Image Structure Metadata:<br></div><div> COMPRESSION=YCbCr JPEG<br></div><div> INTERLEAVE=PIXEL<br></div><div> SOURCE_COLOR_SPACE=YCbCr<br></div><div> Corner Coordinates:<br></div><div> Upper Left  (   75000.000,  675000.000)<br></div><div> Lower Left  (   75000.000,  200000.000)<br></div><div> Upper Right (  450000.000,  675000.000)<br></div><div> Lower Right (  450000.000,  200000.000)<br></div><div> Center      (  262500.000,  437500.000)<br></div><div> Band 1 Block=256x256 Type=Byte, ColorInterp=Red<br></div><div> Description = Red<br></div><div> Band 2 Block=256x256 Type=Byte, ColorInterp=Green<br></div><div> Description = Green<br></div><div> Band 3 Block=256x256 Type=Byte, ColorInterp=Blue<br></div><div> Description = Blue   <br></div><div><br></div></div><div><br></div>