Re: [PD] pix_image memory use

2009-09-09 Thread IOhannes m zmoelnig
enrique franco wrote: Hello, I have a problem loading images into the pix_image object. It seems that anytime I load a picture it fills the RAM memory, even if I load the same image every time (I just need one image at a time). Is there a way to empty the memory when I change the image? There

Re: [PD] pix_image memory use

2009-09-09 Thread stéfan
ben, have you an example of using the save message with pix_buffer ? what is this save message function ? because there is nothing about that in the documentation thx s. 2009/9/8 B. Bogart b...@ekran.org Hey Enrique, In cases like this I use the open and save messages to pix_buffer. You

Re: [PD] pix_image memory use

2009-09-08 Thread B. Bogart
Hey Enrique, In cases like this I use the open and save messages to pix_buffer. You can be sure that the images get replaced, and you can arrange your images in RAM how you want them. In this case you don't use pix_image at all, but pix_buffer_read to show the buffer. .b. enrique franco

[PD] pix_image memory use

2009-09-08 Thread enrique franco
Hello, I have a problem loading images into the pix_image object. It seems that anytime I load a picture it fills the RAM memory, even if I load the same image every time (I just need one image at a time). Is there a way to empty the memory when I change the image? There is a point when the