Hi All,<br><br>I'm using GDAL (via Java) to view an ECW file.<br><br>It generally works fine, however I'm having serious memory issues.<br><br>I have a 6MB ECW file, that when I try to view in its entirety I get OutOfMemory errors.<br>
<br>The code I'm using to extract the image is pretty much the code from the GDALtest.java file in the swig sub-project.<br><br>What I'm wodering, is if there is any way to get the number of pyramid levels inside the image and grab the top-most pyramid level image ?<br>
<br>Thanks,<br>Ronan<br>