Hi all,<br><br>I need create a big bmp image (b/n) with width 64000 pixels and height:48000 pixels, but when i try it, PIL return a memory error.<br>This image should have around 350MB so i dont understand the memory error.<br>
<br>Someone can help me? Maybe is Windows?<br><br>Code:<br><br>import Image<br>white_img = Image.new (&#39;1&#39;, (64000,48000),(1))<br>white_img.save(&#39;white.bmp&#39;)<br><br>Error:<br><br>File &quot;C:\Python25\Lib\site-packages\PIL\Image.py, line 1710, in new<br>
return Image()._new(core.fill(mode,size,color))<br>MemoryError<br><br>PC:<br>
<br>
2GB RAM<br>
200GB HD<br>
Pentium 4 3.0 Ghz<br>
SO: Windows XP<br><br>greeting and thanks<br>