Hi All,<br><br>I&#39;m using GDAL (via Java) to view an ECW file.<br><br>It generally works fine, however I&#39;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&#39;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&#39;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>