Hi guys,
I'm writing a little paint-like software.
Is there a simple way to save and restore a canvas content to a given file format like .png or jpg ?
I saw methods called "savecanvas" and "restorecanvas" but i got some difficulties to use that.
The goal is pretty simple: i would like to draw something into my canvas actor, then save it. After that the user will be free to restore it to continue its draw.
Thanks for your answers and suggestions
David