<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>I try to cut an image in several tiles.<br>I use this command:<br><br>gdal_retile -of ECW -ps 10000 10000 -targetDir C:\GDAL\ECW Image.ecw<br><br>I obtain 4 tiles, but after I've got this message<br><br>"Traceback (most recent call last):<br>&nbsp; File "C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py", line 941, in ?<br>&nbsp; &nbsp; sys.exit(main(sys.argv))<br>&nbsp; File "C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py", line 858, in main<br>&nbsp; &nbsp; dsCreatedTileIndex = tileImage(minfo,ti)<br>&nbsp; File "C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py", line 336, in tileImage<br>&nbsp; &nbsp; createTile(minfo, offsetX, offsetY, width, height,tilename,OGRDS)<br>&nbsp; File "C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py", line 507, in createTile<br>&nbsp; &nbsp; data = s_band.ReadRaster( 0,0,readX,readY,readX,readY,&nbsp; t_band.DataType )<br>&nbsp; File "C:\PROGRA~1\FWTOOL~1.7\pymod\gdal.py", line 851, in ReadRaster<br>&nbsp; &nbsp; buf_xsize, buf_ysize,buf_type)<br>MemoryError"<br><br>So I guess That's a memory's problem.<br>So Is there a means to by-pass it?<br><br>Thanks<br>                                               </body>
</html>