Comment 15 for bug 776346

Revision history for this message
Markku Myllymaki (markku-m-myllymaki) wrote :

(Pinta 1.7, Linux) When I try to work with 7000x5000 image with two layers, saving in .ora format throws exception which I can't get out of. The problem is probably related to memory use, even after short drawing memory use grows from 150MB to over a gigabyte. If this causes crashes and prevents saving, I suggest you give this as high priority as you can. Btw, there are many articles about C# memory problems, like avoiding foreach and how to implement additional memory management. I guess it's a must unless some other algorithmic memory can be used (like tiling). It probably would help with performance also.