GdkPixbuf : is it possible to change the data without instancing a new Pixbuf?

195 Views Asked by At

I need a Pixbuf with mutable content. This means that it needs to be updated quite fast in order to display frames with a reasonable speed.

In the python binding there is the get_pixels method. Is it unclear to me if I can use it to update the data in the pixbuf or not and if it returns the original data stored in memory of a copy of them.

Any suggestion?

0

There are 0 best solutions below