Strange, I did reply but you didn't see it?<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">

>>>>> > >> >>> Image.new("RGB",(44544,38656))<br>
>><br>
</div><div class="im">>> What do you want to do with such a big image? You will run into the same<br>
>> limitation when you are trying to display it.<br>
>><br>
><br>
> I want to download a map from google map with high precision</div></blockquote><div><br>Download several maps instead. Streaming if you have to.<br> </div>I'm not sure how you're going to avoid that MemoryError by trying to aggregate everything at once. Might have to make it a dynamic loader, and only load pictures as relevant (i.e: visible, and next to visible)<br>
<br>Think how Google Maps do it. They can't possibly upload 5GB of pictures every time you access Maps - that wouldn't have worked. They work with the only visible areas.<br><br>If you could tell us exactly what your program is trying to achieve, maybe we'll have a better solution for you.<br>
<br>Best regards,<br><br clear="all">Ching-Yun "Xavier" Ho, Technical Artist<br><br>Contact Information<br>Mobile: (+61) 04 3335 4748<br>Skype ID: SpaXe85<br>Email: <a href="mailto:contact@xavierho.com">contact@xavierho.com</a><br>
Website: <a href="http://xavierho.com/">http://xavierho.com/</a><br></div><br>