Bruce42
Apr 21, 2015 - 17:34
I can create multiple images via the Image module. I can combine these images via the paste method. And I can display them in the console using the show() method.
But I want to put them on screen via the draw method of a class I've written... Say MyClass( ui.View ).
I guess I haven't tried everything but it sure seems like I have.
I can do it by saving the images to a file and then reloading the, but I'm trying to speed up my app by building a bitmap and then putting it on screen in one fell swoop.
Is this even possible?