Re: [Qgis-user] Tiff with jpeg compression

2017-05-08 Thread Randal Hale
My big fear this weekend was I was doing something wrong. I used your example and now it's not crashing on me. I had it -co 'TILED=YES' - I just mistyped in the email. I need to update some notes on my end now to make sure I do this right from here on out. Andreas and list - I thank you.

Re: [Qgis-user] Tiff with jpeg compression

2017-05-08 Thread Neumann, Andreas
Hi Randal, A crash is always a bug, in my opinion, even if your file isn't optimized. Note, that the correct parameter is "tiled=yes" not "tiles=yes". Not sure if this helps. Fyi - here is one of my examples with gdal_warp: gdalwarp -of GTiff -wm 500 --config GDAL_CACHEMAX 500 -multi -wo

[Qgis-user] Tiff with jpeg compression

2017-05-08 Thread Randal Hale
* QGIS: 2.18.7 * GDAL 2.1.3 I have a tiff file. I decided to jpeg compress it for some help with the size. I did: gdal_translate -co compress=jpeg -co tiles=yes oldfile.tif newfile_jpg.tif When I open the file in QGIS (2.18.7) on linux it crashes immediately. When opened on windows if