[OSGeo-Discuss] Open Source Library For ECW Conversion
    Daniel Morissette 
    dmorissette at mapgears.com
       
    Wed May 13 08:11:10 PDT 2009
    
    
  
Landon Blake wrote:
> I’m looking for an open source library that will allow me to convert ECW 
> images into a more common format like JPG or TIFF. I’d love it if there 
> were something in Java, but I’m not running across anything via search 
> engine query so far.
> 
>  
Sounds like a job for gdal_translate:
   http://gdal.org/gdal_translate.html
Don't let the complicated list of options scare you... for a simple 
conversion you'd use something like:
   gdal_translate -of GTiff src.ecw out.tif
Not in Java, but you don't need to do any coding anyway, except perhaps 
write a script to run multiple conversions in batch.
Daniel
-- 
Daniel Morissette
http://www.mapgears.com/
    
    
More information about the Discuss
mailing list