How do you display an image list from canvas on another screen?

I currently have a canvas app (the idea is like a editing app) where the user can draw on the canvas of a photo they upload. I want to be able to save the image and to create a gallery from those canvases and past saved images on another screen.

Also how can I make it so that its possible to save the annotation on the canvas as a separate thing so that I can remove the background image and just have the annotations saved or even change the background image?

You want to save the canvas but without the background image?
What about set the bg image to nothing before saving the canvas, then after saving, set the bg image again?

That sounds like one of the tutorials.

Have you looked through them?

Here is a snippet which might help

Taifun

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.