K Kamac Active Member Licensed User Longtime User Aug 19, 2011 #1 Hi. Is there any way to scale my canvas from 320x480 to 480x800 screen? So all my drawed bitmaps will fit bigger screen.
Hi. Is there any way to scale my canvas from 320x480 to 480x800 screen? So all my drawed bitmaps will fit bigger screen.
thedesolatesoul Expert Licensed User Longtime User Aug 19, 2011 #2 I would say create 2 canvases. One for 480x800, and draw on the bigger canvas. Then generate a bitmap and scale it down on the other canvas. Although this sounds like a little wasteful and slow way. Upvote 0
I would say create 2 canvases. One for 480x800, and draw on the bigger canvas. Then generate a bitmap and scale it down on the other canvas. Although this sounds like a little wasteful and slow way.
K Kamac Active Member Licensed User Longtime User Aug 20, 2011 #3 It is too late to do that now. I'd rather draw a 320x480 canvas on 480x800 and then scale it up to 480x800. Upvote 0
It is too late to do that now. I'd rather draw a 320x480 canvas on 480x800 and then scale it up to 480x800.