Here is a very documented blog post about the comparative use of ecw or compressed gtiff<br><br><a href="http://blog.webmapper.com.au/">http://blog.webmapper.com.au/</a><br><br>You can use basic gdal command line to get a compressed gtiff from ecw, with very good performances. For example :<br>
<br># convertir l'ecw<br>gdal_translate -of GTiff -co "TILED=yes" -co "PHOTOMETRIC=YCBCR" -co "COMPRESS=JPEG" input.ecw output.tif<br># créer la pyramide<br>gdaladdo -r average --config COMPRESS_OVERVIEW JPEG --config PHOTOMETRIC_OVERVIEW YCBCR --config INTERLEAVE_OVERVIEW PIXEL compressed.tif 2 4 8 16 32 64 128<br>
<br>Will provide a geotiff with great performances and not so big compared to the ecw.<br><br>And as other suggested, open source wavelet is in progress too and must be burried out !<br><br>Michael<br><br><div class="gmail_quote">
2013/3/15  <span dir="ltr"><<a href="mailto:jr.morreale@enoreth.net" target="_blank">jr.morreale@enoreth.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2013-03-15 11:14, Vincent Picavet wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I can understand Fred's frustration. Let's see a new plugin in OSGEO4W<br>
sooner than later.<br>
</blockquote>
<br>
It's up to you then.<br>
</blockquote>
<br></div>
I was going to write the same thing, ECW is proprietary viper's nest, the work to make it usable on QGIS should be done by ERDAS or by the people using it.<br>
<br>
For those wanting a good wavelet format, there is OpenJPEG 2.0. If it doesn't fit the bill for you then they should think about supporting it like the CNES did instead of asking a open software to support a black box with a stupid license.<div class="HOEnZb">
<div class="h5"><br>
______________________________<u></u>_________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-<u></u>developer</a><br>
</div></div></blockquote></div><br>