Re: [gdal-dev] GDAL (via Java bindings) and ECW

2010-11-18 Thread Ronan Crowley
reduce10.tif > -reduce 10 > Copying Geo box info, size = 387 > 0.10 real 0.08 user 0.02 sys > $ ls -hl reduce10.tif > 143K Nov 18 10:37 reduce10.tif > > On Nov 18, 2010, at 10:24 AM, Ronan Crowley wrote: > > Hi All, > > I'm using

[gdal-dev] GDAL (via Java bindings) and ECW

2010-11-18 Thread Ronan Crowley
Hi All, I'm using GDAL (via Java) to view an ECW file. It generally works fine, however I'm having serious memory issues. I have a 6MB ECW file, that when I try to view in its entirety I get OutOfMemory errors. The code I'm using to extract the image is pretty much the code from the GDALtest.ja