README 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. libecwj2 is a library that gives support to GDAL for reading, import,
  2. and convert raster geospatial data in non-free ECW and JPEG 2000
  3. formats. This library was released as free and open source in 2006 by
  4. Earth Resource Mapping, formerly owner of ECW patents.
  5. ECW (Enhanced Compression Wavelet) is a full proprietary standard of
  6. compression image format.
  7. JPEG 2000 (or JP2) is a similar standard under free concession but
  8. protected by patents in some parts.
  9. Both the formats are more powerful than other formats in lossy
  10. compression of large image data without significant losses of quality,
  11. but are mainly accessible through proprietary software, specially to
  12. manage geospatial data.
  13. libecwj2 is the only one free and open source library that includes
  14. the support to these formats in GDAL and indirectly in platforms that
  15. require it as dependency (i.e. QGIS and Orfeo Toolbox). GDAL can be
  16. also used to convert ECW or JP2 files in other graphic formats.
  17. After the installation, to apply the support to ECW/JP2 formats, GDAL
  18. must be rebuilt without any other setting: libecwj2 is an optional
  19. dependency autodetected.
  20. To verify if the plugin is enabled, you can launch the following
  21. command:
  22. $ gdalinfo --formats | grep ECW
  23. If the plugin is successfully enabled, this command returns
  24. ECW -raster- (rw): ERDAS Compressed Wavelets (SDK 3.x)
  25. JP2ECW -raster,vector- (rw+v): ERDAS JPEG2000 (SDK 3.x)