image-sig
[Prev] Thread [Next] | [Prev] Date [Next]
[Image-SIG] Workarounds for MemoryErrors B. Bogart Mon Jun 22 11:00:20 2009
Hello all, I want to create a very large RGBA image (96000x72000 pixels). I have 4GB of RAM. Is there an easy way of getting around this error by having PIL only allocate one section of the image at a time? If PIL does not have any internal trick to work with large images then I'll have to make 4+ smaller images one at a time, but then I'm not sure how I could combine them without needing to allocate a memory chunk for the whole image. Otherwise I suppose I'll have to try with some other language, perhaps C/SDL, though a quick calculation seems to show that such a large RGBA image is just unworkable. Is there some way of using disk space rather than memory? Does not matter if it is slow, just that it is possible! Any advice? Thanks, B. _______________________________________________ Image-SIG maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/image-sig
- [Image-SIG] Workarounds for MemoryErrors B. Bogart <=
- Re: [Image-SIG] Workarounds for MemoryErrors Kevin Cazabon
- Re: [Image-SIG] Workarounds for MemoryErrors B. Bogart
- Re: [Image-SIG] Workarounds for MemoryErrors Gregor Kopka
- Re: [Image-SIG] Workarounds for MemoryErrors Fredrik Lundh
- Re: [Image-SIG] Workarounds for MemoryErrors Laura & Edward Cannon
- Re: [Image-SIG] Workarounds for MemoryErrors Gregor Kopka
- Message not available