I'm working on a ms-paint like level editor for my game using the canvas object. but i ran into the problem of saving/loading the levels(canvases).
after messing around awhile and looking through the forums, I got saving images from a canvas to .pngs to work.
But I cant get an image to load into a canvas.
After I tell the image manipulator to load an image to the canvas. do i need to do something with the canvas?